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, 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 LoadOptions getLoadOptions()
FileTypegetLoadOptions in class FileTypepublic ConvertOptions getConvertOptions()
FileTypegetConvertOptions in class FileTypepublic static final FileType[] getExcludedSourceTypes()
public static final FileType[] getExcludedTargetTypes()
Copyright © 2025. All rights reserved.