Hello:
I have the task of writing a script system to process PDF form data. I have the system complete and working except its a little non user friendly on the back half. By this I mean my current setup is as follows:
1) User fills out form, submits it
2) Script Stores Raw XFDF data in MySQL db and emails recipient
3) Recipient gets email with link and retrieves XFDF data from database
Currently the user has to save the XFDF file that the server generated and then manually open it with Acrobat Reader. I am looking for a way to somehow make it easy so the end user just has to click on a button, and the PDF if opened up and the XFDF data fills in the PDF form ready to go.
My scripts are written in PHP. Is this something that is possible without adding any PDF libraries to the PHP build etc?
Thanks
Firoz