PdfSaveFileFormat
Leave feedback
On this page
Inheritance: java.lang.Object
public final class PdfSaveFileFormat
Define different save file formats.
| 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 |
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.
public static final int Doc
Saves the document in the Microsoft Word 97-2007 Document Format.
public static final int Xps
Saves the document in the XPS (XML Paper Specification) Format.
public static final int DocX
Saves the document in Microsoft Word Open XML File format.
public static final int Svg
Saves the document in the SVG (Scalable Vector Graphics) format.
public static final int Epub
Saves the document in the IDPF EPUB format.
public static final int Pptx
Saves the document in the PowerPoint Open XML Presentation File format
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.