com.groupdocs.signature.domain.enums

Class PdfSaveFileFormat



  • public final class PdfSaveFileFormat
    extends Object

    Define different save file formats.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Default
      File Format will not be changed.
      static int Doc
      Saves the document in the Microsoft Word 97-2007 Document Format.
      static int DocX
      Saves the document in Microsoft Word Open XML File format.
      static int Epub
      Saves the document in the IDPF EPUB format.
      static int Pdf
      Saves the document as PDF (Adobe Portable Document) Format.
      static int Pptx
      Saves the document in the PowerPoint Open XML Presentation File format
      static int Svg
      Saves the document in the SVG (Scalable Vector Graphics) format.
      static int Xps
      Saves the document in the XPS (XML Paper Specification) Format.
    • Field Detail

      • Default

        public static final int Default

        File Format will not be changed.

        See Also:
        Constant Field Values
      • Doc

        public static final int Doc

        Saves the document in the Microsoft Word 97-2007 Document Format.

        See Also:
        Constant Field Values
      • DocX

        public static final int DocX

        Saves the document in Microsoft Word Open XML File format.

        See Also:
        Constant Field Values
      • Epub

        public static final int Epub

        Saves the document in the IDPF EPUB format.

        See Also:
        Constant Field Values
      • Pdf

        public static final int Pdf

        Saves the document as PDF (Adobe Portable Document) Format.

        See Also:
        Constant Field Values
      • Pptx

        public static final int Pptx

        Saves the document in the PowerPoint Open XML Presentation File format

        See Also:
        Constant Field Values
      • Svg

        public static final int Svg

        Saves the document in the SVG (Scalable Vector Graphics) format.

        See Also:
        Constant Field Values
      • Xps

        public static final int Xps

        Saves the document in the XPS (XML Paper Specification) Format.

        See Also:
        Constant Field Values