diar33 Posted May 18, 2007 Share Posted May 18, 2007 Hi there, I am trying to build some functionality where a user can fill out an editable PDF form and send it to my site. I realize I can just have them save and upload/email it, but if I could pull the fields out of the pdf and insert them into a database, I would really prefer that. I saw some ways to do this, but all were expensive commercial solutions which I can't afford. Important points are storage space, ease of use and security. I really want the forms to be as secure as possible when submitted. I also think having to save and upload the pdf might be too difficult/too much work for some users and I want it to go as easily as possible. Another idea I had was to have a link inside the pdf, which would save the form and send the user to the upload page, with the path already entered into the upload box? not sure how to even begin going about that though. I did some searching on the forum and it seems like it's not as common a problem as I thought. Most php/pdf stuff seems to be just creating pdfs dynamically. Any ideas/help would be greatly appreciated! Thanks in advance, Travis Quote Link to comment https://forums.phpfreaks.com/topic/52032-saving-a-filled-pdf-form/ Share on other sites More sharing options...
Barand Posted May 18, 2007 Share Posted May 18, 2007 see http://www.php.net/manual/en/ref.fdf.php Quote Link to comment https://forums.phpfreaks.com/topic/52032-saving-a-filled-pdf-form/#findComment-256529 Share on other sites More sharing options...
diar33 Posted May 18, 2007 Author Share Posted May 18, 2007 Awesome! I think this is exactly what I was looking for! I would have never searched for FDF on my own. Thank you very much, Travis Quote Link to comment https://forums.phpfreaks.com/topic/52032-saving-a-filled-pdf-form/#findComment-256597 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.