dgomezcastro / generate-pdfs-from-latex-template-and-excel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate PDFs from LaTeX template and Excel table

This script takes an Excel file and a Template in LaTeX document. It allows for a dictionary of replacements of structure

key: value

For every row in the Excel file (except the first one taken as header) it creates a copy of the TeX template, replaces the text "{{value}}" in templateFile by content of column of header "key" in Excel, and compiles the TeX.

The output pdfs are renamed using one of the keys and stored in a targed folder.

About

License:GNU General Public License v3.0


Languages

Language:Python 94.1%Language:TeX 5.9%