No description
Find a file
2018-07-16 09:53:24 +02:00
doc Introduce change in Command choice in documentation 2018-05-09 13:08:32 +02:00
.gitignore ignore pycache 2018-02-15 21:42:50 +01:00
commands.py better debugging information 2018-06-25 18:53:55 +02:00
constants.py fix in regexp matching conditions 2018-05-30 19:03:29 +02:00
fillform.py ein todo 2018-06-19 13:19:53 +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 change valueerror to configerror when form file is malformed 2018-07-16 09:53:24 +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