views:

29

answers:

0

Hello there,

we are trying to find the best solution for merging an XML data coming from an HTML form that the user is filling, with the PDF "template" form that resides on the server. After submitting the form in the browser, user should be able to download his/her merged PDF.

I have found similar questions regarding FDF and PHP but not XML and PHP...

Would you suggest to convert XML to FDF (if possible, and also an idea how-to would be much appreciated) and then follow these instructions http://stackoverflow.com/questions/1389964/merge-fdf-data-into-a-pdf-file-using-php, or is there an easy solution that uses directly XML and PHP?

If you have any alternative ideas we are in time to consider that as well.

We are using Zend Framework both for front and backend.

Thanx