Hello,
Note: This program assumes you have python3.6 or later and Libre office installed.
With this program you can generate multiple pdf files from .csv data and .odt template file.
Basically, find text (csv column header) in .odt template, replace it with data in .csv row and export to pdf.
Step1: Create a formated .odt file as template.
Step2: Put place-holder values in template file to be replaced.
Step3: Create a .csv file with place-holder vales as headers.
Step4: Put replacement value under header rows.
Step5: Place .csv and .odt file into 'data' folder
Step6: Run generate.py