public final class PdfFileType extends FileType implements Serializable
Modifier and Type | Field and Description |
---|---|
static PdfFileType |
Epub
EPUB extension are an e-book file format that provide a standard digital publication format for publishers and consumers.
|
static PdfFileType |
Oxps
Oxps document format
|
static PdfFileType |
Pcl
PCL stands for Printer Command Language which is a Page Description Language introduced by Hewlett Packard (HP).
|
static PdfFileType |
Pdf
Portable Document Format (PDF) is a type of document created by Adobe back in 1990s.
|
static PdfFileType |
Ps
PostScript (PS) is a general-purpose page description language used in the business of desktop and electronic publishing.
|
static PdfFileType |
Tex
TeX is a language that comprises of programming as well as mark-up features, used to typeset documents.
|
static PdfFileType |
Xps
An XPS file represents page layout files that are based on XML Paper Specifications created by Microsoft.
|
Constructor and Description |
---|
PdfFileType()
Serialization constructor
|
Modifier and Type | Method and Description |
---|---|
ConvertOptions |
getConvertOptions()
Prepared default convert options for the file type
|
static FileType[] |
getExcludedSourceTypes() |
static FileType[] |
getExcludedTargetTypes() |
LoadOptions |
getLoadOptions()
Prepared default load options for the source file type
|
fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getDescription, getExtension, getFamily, getFileFormat, toString
compareTo, equals, equals, fromDisplayName, fromValue, getAll, hashCode, op_Equality, op_Inequality
public static final PdfFileType Pdf
Portable Document Format (PDF) is a type of document created by Adobe back in 1990s. The purpose of this file format was to introduce a standard for representation of documents and other reference material in a format that is independent of application software, hardware as well as Operating System. Learn more about this file format here.
public static final PdfFileType Epub
EPUB extension are an e-book file format that provide a standard digital publication format for publishers and consumers. The format has been so common by now that it is supported by many e-readers and software applications. Learn more about this file format here.
public static final PdfFileType Xps
An XPS file represents page layout files that are based on XML Paper Specifications created by Microsoft. This format was developed by Microsoft as a replacement of EMF file format and is similar to PDF file format, but uses XML in layout, appearance, and printing information of a document. Learn more about this file format here.
public static final PdfFileType Tex
TeX is a language that comprises of programming as well as mark-up features, used to typeset documents. Learn more about this file format here.
public static final PdfFileType Ps
PostScript (PS) is a general-purpose page description language used in the business of desktop and electronic publishing. The main focus of PostScript (PS) is to facilitate the two-dimensional graphic design. Learn more about this file format here.
public static final PdfFileType Pcl
PCL stands for Printer Command Language which is a Page Description Language introduced by Hewlett Packard (HP). Learn more about this file format here.
public static final PdfFileType Oxps
public LoadOptions getLoadOptions()
FileType
getLoadOptions
in class FileType
public ConvertOptions getConvertOptions()
FileType
getConvertOptions
in class FileType
public static final FileType[] getExcludedSourceTypes()
public static final FileType[] getExcludedTargetTypes()