public final class PdfFileType extends FileType implements Serializable
Defines Pdf documents. Includes the following file types:
Pdf,
| Modifier and Type | Field and Description |
|---|---|
static PdfFileType |
Pdf
Portable Document Format (PDF) is a type of document created by Adobe back in 1990s.
|
| 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
|
equals, equals, fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getDescription, getExtension, getFamily, getFileFormat, hashCode, isObsolete, toStringcompareTo, fromDisplayName, fromValue, getAll, getKey, getName, op_Equality, op_Inequalitypublic 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 ConvertOptions getConvertOptions()
FileTypegetConvertOptions in class FileTypepublic static final FileType[] getExcludedSourceTypes()
public static final FileType[] getExcludedTargetTypes()
public LoadOptions getLoadOptions()
FileTypegetLoadOptions in class FileTypeCopyright © 2024. All rights reserved.