Click or drag to resize

PdfFormDataFormat Enumeration

Represents a file format used for exporting interactive form data via ExportData(String) methods and for submitting interactive form data via PdfSubmitFormAction.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public enum PdfFormDataFormat
Members
Member nameValueDescription
FDF0 Forms Data Format (FDF), which is described in 12.7.7, "Forms Data Format".
HTML1

HTML Form format (described in the HTML 4.01 Specification).

Not supported in ExportData(String) methods.

PDF2

PDF (in this case, the entire document shall be submitted rather than individual fields and values).

Not supported in ExportData(String) methods.

XFDF3 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.
JSON4 JavaScript Object Notation (JSON).
See Also