Research-IT-Swiss-TPH / pdf-form-filling-api

API to read, fill and flatten PDF forms.
https://143.198.242.211.sslip.io/
0 stars 2 forks source link

pdfTK commands for free, scan, generate fdf, fill from fdf, flatten #3

Closed tertek closed 10 months ago

tertek commented 10 months ago

to better know how pdftk works, let us collect all pdfTK commands here:

pdftk input.pdf fill_form fill.fdf output output.pdf flatten

tertek commented 10 months ago

@edenst-TPH Danke, das sieht gut aus!

tertek commented 10 months ago

@edenst-TPH hast du das flatten mit pdfTK auch schon ausprobiert?

edenst-TPH commented 10 months ago

ja, flatten in pdfTK funktioniert, als separater Befehl oder kombiniert mit fill_form

tertek commented 10 months ago

Sehr schön. Erledigt!