I have a PDF file created by someone else using Acrobat 7. The PDF file has many sections. One of them contains employee name and address fields. It also has a “Add Employee” button. If the button is clicked, another set of employee name and address fields will be added to the section. Users fill the form and send the data back to us in XML format.
Now I need to generate a PDF file for each individual XML data the user sent. Have you implemented similar function before? Both third party tools or acrobat APIs are fine.
Thanks.