PHP to PDF Form
Posted: Tue May 20, 2008 4:43 pm
I can't find this answer anywhere, but maybe I just don't know what I'm searching for.
I have an html form that a user fills in and submits. PHP processes the form and emails the recipient a text email.
However, I want to send the user a pdf file. I have a pdf form with a bunch of fields that correspond with the html form. I want the user to submit the form and using php fill in the appropriate text boxes. After which I can send a pretty little pdf with all the form fields necessary already populated.
Any help on where to go with this? I've seen a little on PDFlib. But can it open a pre-made pdf and fill in the fields as needed?
I have an html form that a user fills in and submits. PHP processes the form and emails the recipient a text email.
However, I want to send the user a pdf file. I have a pdf form with a bunch of fields that correspond with the html form. I want the user to submit the form and using php fill in the appropriate text boxes. After which I can send a pretty little pdf with all the form fields necessary already populated.
Any help on where to go with this? I've seen a little on PDFlib. But can it open a pre-made pdf and fill in the fields as needed?