luadocs/content/lua.scripts.manual/scripts/official/selection_to_pdf.md
Bill Ferguson b69d752221 [lua scripts] created manual from script comments
[lua scripts api] created manual from embedded library documentation

[lua api] created stub to contain lua api manual
2020-12-12 15:14:19 -05:00

624 B

title id weight draft author
selection_to_pdf selection_to_pdf 110 false people

Name

selection_to_pdf.lua - generate a PDF file (via Latex) containing all selected images

Description

Generates a PDF file (via Latex) containing all selected images

This plugin will add a new exporter that will allow you to generate the pdf file

Plugin allows you to choose how many thumbnails you need per row

Usage

  • require this file from your main lua config file:

Additional Software Required

  • a PDF-Viewer
  • pdflatex (Latex)

Limitations

Author

Jérémy Rosen & Pascal Obry

Change Log