This script was developed for the needs of automatic generation of application forms. The script works in tight relation with SloComps, an online registration tool for competitions.
The script reads CSV and FSDB/XML files exported from SloComps, database and generates PDF application form for each of the pilots.
All application forms are saved to a single PDF file int the Output directory.
- Go to SloComps and export CSV and FSDB files. Save them to Input directory.
You will have to rename the CSV file to pilots.csv.
- Open the CSVtoPDF.ipynb using jupyter and change the competition name and organization in cell 10.
- Run all cells.
- Check the output PDF in the Output directory.
This is extremely customizable to your needs. Contact me if needed.