Hi,

Can anyone give me a heads up on PHP and PDF XML forms. The following is my requirement.

A GUI needs to be designed so users can design forms and upload. Need to create PDF XML forms and store the XML as a BLOB on database or the file system using adobe 7 on a linux platform.

Once the form has been filled and saved the data is to be saved in XML format and lateron the user should be able to generate a PDF document from the saved XML file.

Can anyone can point me in the right direction please.

Thanks.

    This is something I was trying to accomplish a while ago. The key term to google is "xfdf".

    While there are a huge number of launching points for what you're trying to accomplish, this site is a great first step since you can download and modify the code. In this case, it's fairly simple. The form converts the data into fdf, which then populates a PDF form.

      Thanks ... Will check the site out.

        Write a Reply...