No description
Find a file
2018-04-16 11:18:38 +02:00
doc describe new behavior of default 2018-04-07 11:43:18 +02:00
.gitignore ignore pycache 2018-02-15 21:42:50 +01:00
commands.py rewrite priority comparison 2018-04-16 11:10:34 +02:00
constants.py add todo in ConfigError 2018-04-11 17:30:48 +02:00
fillform.py pdftk fillform error printed somewhere else 2018-04-16 11:18:38 +02:00
formfield.py export to form file always with same order 2018-04-11 14:25:36 +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 fix: bytes != str 2018-04-06 23:24:07 +02:00
writetopdf.py pdftk fillform error printed somewhere else 2018-04-16 11:18:38 +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