PdfSaveFileFormat
Inheritance: java.lang.Object
public final class PdfSaveFileFormat
Define different save file formats.
Fields
Field | Description |
---|---|
Default | File Format will not be changed. |
Saves the document as PDF (Adobe Portable Document) Format. | |
Doc | Saves the document in the Microsoft Word 97-2007 Document Format. |
Xps | Saves the document in the XPS (XML Paper Specification) Format. |
DocX | Saves the document in Microsoft Word Open XML File format. |
Svg | Saves the document in the SVG (Scalable Vector Graphics) format. |
Epub | Saves the document in the IDPF EPUB format. |
Pptx | Saves the document in the PowerPoint Open XML Presentation File format |
Default
public static final int Default
File Format will not be changed.
public static final int Pdf
Saves the document as PDF (Adobe Portable Document) Format.
Doc
public static final int Doc
Saves the document in the Microsoft Word 97-2007 Document Format.
Xps
public static final int Xps
Saves the document in the XPS (XML Paper Specification) Format.
DocX
public static final int DocX
Saves the document in Microsoft Word Open XML File format.
Svg
public static final int Svg
Saves the document in the SVG (Scalable Vector Graphics) format.
Epub
public static final int Epub
Saves the document in the IDPF EPUB format.
Pptx
public static final int Pptx
Saves the document in the PowerPoint Open XML Presentation File format