erste Informationssammlung
This commit is contained in:
commit
dc3ca010de
1 changed files with 11 additions and 0 deletions
11
resources
Normal file
11
resources
Normal file
|
@ -0,0 +1,11 @@
|
|||
fdfgen - generates fdf files based on output of pdftk formular.pdf dump_data_fields
|
||||
|
||||
https://www.binpress.com/tutorial/manipulating-pdfs-with-python/167 - Übersicht über Python Pdf Analysen, keine Formulare erwähnt
|
||||
|
||||
https://medium.com/@zwinny/filling-pdf-forms-in-python-the-right-way-eb9592e03dba - mit pdfrw ausgefüllt, wird aber nicht angezeigt
|
||||
|
||||
https://pypi.python.org/pypi/pdfjinja/1.0.0 - the pdftk way
|
||||
https://www.quora.com/How-do-I-create-a-Python-program-that-takes-a-users-input-and-places-it-in-a-PDF-file - code example
|
||||
-- doof, weil Code null Dokumentation hat, Checkboxen werden nicht ausgefüllt, Funktionalität, Bilder einzufügen, brauche ich vielleicht nicht, außerdem ist hardcoded "flatten", d.h. die Felder können danach nicht mehr per Hand geändert werden
|
||||
|
||||
https://pythonhosted.org/PyPDF2/PdfFileWriter.html?highlight=field#PyPDF2.PdfFileWriter.updatePageFormFieldValues - PYPDF2 sollte laut Doku zu funktionieren
|
Loading…
Reference in a new issue