Importing Form Data
Contents
[
Hide
]
The Java FormExamples class includes direct import workflows for these formats:
- XML with
form.importXml(...) - FDF with
form.importFdf(...) - XFDF with
form.importXfdf(...)
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 import or XFA replacement, so those pages are maintained as scope notes.