How to export pdf form fields to xml automatically
问题 I have a pdf file including form fields and need to export the data into a xml file AUTOMATICALLY . Here is a screen of a sample form I created for testing: Note: It works great exporting it MANUALLY using Acrobat Professional by clicking on Tools > Form > Export Form Data and finally chose xml extension for file output. This is the result I'm getting when I export it manually: <?xml version="1.0" encoding="UTF-8"?> <fields> <first_name>John</first_name> <last_name>Doe</last_name> </fields>