angelcool Posted April 7, 2012 Share Posted April 7, 2012 Hello community, I have requested a new feature to the PHP Group. What is this feature about? Dynamically populating PDF form templates using FDF/XFDF text files. The goal is the user gets to download the updated version of the PDF template. Feature requests are submitted through the bug reporting section, the feature request id is #61647. ( https://bugs.php.net/bug.php?id=61647 ) Please cast your vote If you think this feature can help you someday. Angel P.S. I hope this is the right section. Link to comment https://forums.phpfreaks.com/topic/260515-pdf-form-population-with-fdfxfdf-feature-requested-at-phpnet-votes-wanted/ Share on other sites More sharing options...
visionary Posted May 1, 2012 Share Posted May 1, 2012 Do you have a php script that will populate the fields of pdf form with data from php/mysql? This is a feature that I trying to incorporate into my site where you can populate pdf forms that have fields in them. Any suggestions? Link to comment https://forums.phpfreaks.com/topic/260515-pdf-form-population-with-fdfxfdf-feature-requested-at-phpnet-votes-wanted/#findComment-1341860 Share on other sites More sharing options...
angelcool Posted May 2, 2012 Author Share Posted May 2, 2012 PHP can't do it natively yet. You need to use PDFTK along with PHP's passthru(). There is a link to sample code in the bug report. Cheers! Link to comment https://forums.phpfreaks.com/topic/260515-pdf-form-population-with-fdfxfdf-feature-requested-at-phpnet-votes-wanted/#findComment-1342289 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.