[Answered ]-What is the best way to fill the pdf form with pdftk in python django

2👍

You need FDFGEN to create FDF from from the fields

You can generate PDF from the FDF previously generated with PDFTK

pdftk form.pdf fill_form data.fdf output output.pdf flatten

👤Mirage

Leave a comment