Package | Description |
---|---|
com.groupdocs.conversion.filetypes |
The GroupDocs.Conversion.FileTypes namespace provides classes which represent supported file types.
|
com.groupdocs.conversion.options.load |
The GroupDocs.Conversion.Options.Load namespace provides classes to specify additional options for document loading process.
|
Modifier and Type | Field and Description |
---|---|
static PdfFileType |
PdfFileType.Epub
EPUB extension are an e-book file format that provide a standard digital publication format for publishers and consumers.
|
static PdfFileType |
PdfFileType.Oxps
Oxps document format
|
static PdfFileType |
PdfFileType.Pcl
PCL stands for Printer Command Language which is a Page Description Language introduced by Hewlett Packard (HP).
|
static PdfFileType |
PdfFileType.Pdf
Portable Document Format (PDF) is a type of document created by Adobe back in 1990s.
|
static PdfFileType |
PdfFileType.Ps
PostScript (PS) is a general-purpose page description language used in the business of desktop and electronic publishing.
|
static PdfFileType |
PdfFileType.Tex
TeX is a language that comprises of programming as well as mark-up features, used to typeset documents.
|
static PdfFileType |
PdfFileType.Xps
An XPS file represents page layout files that are based on XML Paper Specifications created by Microsoft.
|
Modifier and Type | Method and Description |
---|---|
PdfFileType |
EpubLoadOptions.getFormat()
Input document file type.
|
PdfFileType |
PdfLoadOptions.getFormat()
Input document file type.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfLoadOptions.setFormat(PdfFileType value)
Input document file type.
|