Possible duplicate:
Filling PDF Forms Using PHP
I watched and tested this for a couple of days, and I was wondering if anyone could point me in the other direction. I have a very long application HTML form of the application (jobapp.html) and the corresponding PDF (jobpdf.pdf), which have the same field names for all entries in both HTML and PDF format. I need to take the user data entered into the form and convert it to PDF. This is what I have collected so far, but I donβt know if I am on the go:
Is pdftk the only viable third-party application to accomplish this?
Using pdftk, I would take the $ _POST data collected for the user and generate .fdf (user.fdf), then flatten .fdf to .pdf (job.pdf). So, no matter where the fields are located on each document, does the fdf information fill in pdf by field names?
source share