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. Quote Link to comment 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? Quote Link to comment 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! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.