Form data
Complete and export the form
Enter values in the document, then inspect the structured field data or download a flattened PDF.
Ready to tryUse the controls above to interact with this demo.
What this demonstrates
Export completed form values
Read all text fields, check boxes, drop-downs, and date values as structured JSON, or flatten the completed values into a downloadable PDF.
API used
TXDocumentViewer.forms.getValues
How it works
The Razor helper prepares the browser viewer and its document. Demo-specific JavaScript uses the public TXDocumentViewer API and remains encapsulated with this demo.
Source files
See the implementation
The view, browser behavior, assets, and controller are encapsulated in Demos/DocumentViewer/FormFields/ExportValues.