GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfFormDataFormat Enum

    Namespace:
    GemBox.Pdf.Forms
    Assembly:
    GemBox.Pdf.dll

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

    • C#
    • VB.NET
    public enum PdfFormDataFormat
    Public Enum PdfFormDataFormat

    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

    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.

    See Also
    PDF Specification ISO 32000-1:2008, section '12.7.7 Forms Data Format'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.