Extract values of a PDF form to a XML file using JS actions in Adobe Acrobat
- November 2, 2022
- 2 replies
- 573 views
I'm trying to get values of some specific form fields and then generate a XML file based on that data using JS actions when a user clicks a button in Adobe Acrobat. It's possible to get those values but I'm not sure how to generate that xml and provide it to the user. I do check these documents but can't find anything related:
https://www.adobe.com/devnet-docs/acrobatetk/tools/Mobile/iosapi/files/Doc.js.htmltherapy
https://www.adobe.com/devnet-docs/acrobatetk/tools/Mobile/iosapi/files/App.js.html
https://www.adobe.com/devnet-docs/acrobatetk/tools/Mobile/iosapi/files/Util.js.html
https://www.adobe.com/devnet-docs/acrobatetk/tools/Mobile/iosapi/files/Event.js.html
https://www.adobe.com/devnet-docs/acrobatetk/tools/Mobile/iosapi/files/Field.js.html
Any help would be appreciated.
