Exporting Form Data
Contents
[
Hide
]
The Java FormExamples class includes direct export workflows for these formats:
- XML with
form.exportXml(...) - FDF with
form.exportFdf(...) - XFDF with
form.exportXfdf(...)
Use the child pages in this section for the concrete examples. The current Java sample set in this repository does not include a dedicated Form facade example for JSON export or XFA extraction, so those pages are maintained as scope notes rather than synthetic code walkthroughs.