Python script to parse the xml output files into the standard dnd pdf format for the andriod app "Fifth Edition Character Sheet"
- Install fdfgen
- pip install fdfgen
- or https://github.com/ccnmtl/fdfgen
- Install pdftk
- Windows - https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
- Ubuntu - sudo apt-get install pdftk
- Download this script
- Open app and export character xml to Googledrive
- Create a folder called "input" and copy the file into it (it will do all files in the input folder). It should look like this.
- dnd_python_parse/
- .gitignore
- Character Sheet - Alternative - Form Fillable.pdf
- DnD_5E_CharacterSheet - Form Fillable.pdf
- LICENSE
- README.md
- output_pdf.py
- test1.txt
- input/
- Character_from_app_file_1
- Character_from_app_file_2
- double click output_pdf.py
- look in the "output" folder
- Make even easier to use for people with no python knowledge
- Alternative form dosn't do history properly.