lordrain11 Posted November 20, 2008 Share Posted November 20, 2008 Hello all, I am working on a site where I will gather info from users and store in a database. Thats the easy part. I then want to be able to pull up a pdf form (stored on the website) and have it automatically filled out by pulling info from the database. Thoughts? Link to comment https://forums.phpfreaks.com/topic/133428-autofill-pdf-form-with-php/ Share on other sites More sharing options...
Loldongs Posted November 20, 2008 Share Posted November 20, 2008 use fpdf to generate a pdf its simple to use Link to comment https://forums.phpfreaks.com/topic/133428-autofill-pdf-form-with-php/#findComment-694309 Share on other sites More sharing options...
cleary1981 Posted November 20, 2008 Share Posted November 20, 2008 you could try using apache fop. Use php to generate an xml document with all the required data then use apache fop to generate the pdf using an xsl stylesheet. Link to comment https://forums.phpfreaks.com/topic/133428-autofill-pdf-form-with-php/#findComment-694317 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.