pdftk as dependency mentioned
This commit is contained in:
parent
f319601ed3
commit
eaa1216066
2 changed files with 8 additions and 0 deletions
2
README
2
README
|
@ -12,3 +12,5 @@ Prerequisites:
|
|||
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
|
||||
|
||||
for fillform one needs the command line programm pdftk
|
||||
|
|
|
@ -58,6 +58,12 @@ TODOs are:
|
|||
rm --recursive --force fdfgen
|
||||
einfügen in README
|
||||
|
||||
pdftk wird benötigt. Sinnvoll abfangen, wenn es nicht
|
||||
zur Verfügung steht. Anleitung zum installieren, insbesondere
|
||||
da es bei Ubuntu 18.10 nicht in den Standardrepos zur Verfügung steht.
|
||||
Anleitung für Ubuntu 18.10 unter
|
||||
https://askubuntu.com/questions/1028522/how-can-i-install-pdftk-in-ubuntu-18-04-bionic
|
||||
|
||||
"""
|
||||
|
||||
import os.path
|
||||
|
|
Loading…
Reference in a new issue