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