phaedo5 Posted May 20, 2008 Share Posted May 20, 2008 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? Link to comment https://forums.phpfreaks.com/topic/106535-php-to-pdf-form/ Share on other sites More sharing options...
MadTechie Posted May 20, 2008 Share Posted May 20, 2008 try this http://sourceforge.net/projects/html2fpdf Get a HTML text and generate a PDF file to make it printer-friendly Link to comment https://forums.phpfreaks.com/topic/106535-php-to-pdf-form/#findComment-546115 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.