38 lines
624 B
Markdown
38 lines
624 B
Markdown
![]() |
---
|
||
|
title: selection_to_pdf
|
||
|
id: selection_to_pdf
|
||
|
weight: 110
|
||
|
draft: false
|
||
|
author: "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
|