PdfFormDataFormat Enum
Represents a file format used for exporting interactive form data via ExportData(String) methods and for submitting interactive form data via PdfSubmitFormAction.
Fields
FDF | Forms Data Format (FDF), which is described in 12.7.7, "Forms Data Format". |
HTML | HTML Form format (described in the HTML 4.01 Specification). Not supported in ExportData(String) methods. |
PDF (in this case, the entire document shall be submitted rather than individual fields and values). Not supported in ExportData(String) methods. | |
XFDF | XFDF, a version of FDF based on XML. XFDF is described in the Adobe technical note XML Forms Data Format Specification, Version 2.0. XML is described in the W3C document Extensible Markup Language (XML) 1.1. |