pdfformfill/README
2018-11-02 18:31:05 +01:00

28 lines
935 B
Text

reisefill is a project to simplify filling out pdf forms.
INSTALLATION
============
Call the script
./install.py
to install the scripts fillform, reise and uninstall-fillpdf and add a config file.
For options in the install call:
./install.py --help
USE
===
Several scripts are available:
• reise: creates a new directory with all files necessary for a business trip
• fillform: fills a pdf form by asking you questions. Should be run in a directory created with 'reise'
• uninstall-fillpdf: remove the links in the PATH that were created during install
• ./readformdata.py: helps for creating config files that can be used by fillform
All of them have some help available via the option --help/ -h.
The configuration file syntax is decribed in doc/configspecification.
Prerequisites
=============
• python3 in /usr/bin/python3
• pdftk: for fillform the command line programm pdftk must be installed