Class OperationFormsExport


  • public class OperationFormsExport
    extends Object
    Used to export data from the form fields.
    • Constructor Detail

      • OperationFormsExport

        public OperationFormsExport()
    • Method Detail

      • getFdfFileName

        @Nullable
        public @Nullable String getFdfFileName()
        Used to specify the file name of the PDF document that should be loaded automatically when the FDF document is opened. This setting is only used if \"format\" is set to \"fdf\".
        Returns:
        fdfFileName
      • setFdfFileName

        public void setFdfFileName​(String fdfFileName)
      • getFormat

        @Nullable
        public @Nullable OperationFormsExport.FormatEnum getFormat()
        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.
        Returns:
        format
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object