No description
Find a file
2018-05-07 16:27:36 +02:00
doc add information about output filename fields 2018-05-04 16:38:30 +02:00
.gitignore ignore pycache 2018-02-15 21:42:50 +01:00
commands.py better config error message 2018-05-04 16:08:45 +02:00
constants.py remove stupid fold 2018-05-04 14:43:25 +02:00
fillform.py ein todo 2018-05-07 16:27:36 +02:00
formfield.py export to form file always with same order 2018-04-11 14:25:36 +02:00
orderform.py externalise order form: create script orderform that orders the infos in a form file 2018-05-04 17:27:55 +02:00
readformdata.py creation of config files including options in radiobutton 2018-04-03 13:53:58 +02:00
README README with very basic usage instruction 2018-04-16 11:09:41 +02:00
resources erste Informationssammlung 2018-02-07 14:22:32 +01:00
stamps.py clean up temporary files after stamping 2018-05-03 15:16:56 +02:00
writetopdf.py print error message with linebreaks 2018-05-07 16:26:36 +02:00

reisefill is a project to simplify filling out pdf forms.
Two scripts are available:
• fillform: fills a pdf form by asking you questions
• readformdata: helps for creating config files that can be used by fillform
Both have some help available via the option --help/ -h.
The configuration file syntax is decribed in doc/configspecification.

Prerequisites:
  for fillform one needs the python module fdfgen.
  https://github.com/ccnmtl/fdfgen
  Either install fdfgen with
  pip3 install fdfgen
  or copy the file https://github.com/ccnmtl/fdfgen/blob/master/fdfgen/__init__.py
  to somewhere python can find it (e.g. project directory) and call if fdfgen.py