Enum OperationFormsImport.FormatEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationFormsImport.FormatEnum>
    Enclosing class:
    OperationFormsImport

    public static enum OperationFormsImport.FormatEnum
    extends Enum<OperationFormsImport.FormatEnum>
    Used to set the format for exporting the data in a PDF form: * xml = XML * fdf = FDF * xfdf = XFDF * xdp = XDP (only for PDF documents that contain XFA data) The exported data will be returned with the web service call as per the selected format. **Tip:** The format of this is described by the http://schema.webpdf.de/1.0/form/data.xsd schema.