PdfFileType
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.Enumeration, com.groupdocs.conversion.filetypes.FileType
All Implemented Interfaces: java.io.Serializable
public final class PdfFileType extends FileType implements Serializable
Defines Pdf documents. Includes the following file types: Pdf,
| Constructor | Description |
|---|---|
| PdfFileType() | Serialization constructor |
| Field | Description |
|---|---|
| Portable Document Format (PDF) is a type of document created by Adobe back in 1990s. |
| Method | Description |
|---|---|
| getLoadOptions() | |
| getConvertOptions() | |
| getExcludedSourceTypes() | |
| getExcludedTargetTypes() |
public PdfFileType()
Serialization constructor
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 LoadOptions getLoadOptions()
Prepared default load options for the source file type
Returns: LoadOptions
public ConvertOptions getConvertOptions()
Prepared default convert options for the file type
Returns: ConvertOptions
public static final FileType[] getExcludedSourceTypes()
Returns: com.groupdocs.conversion.filetypes.FileType[]
public static final FileType[] getExcludedTargetTypes()
Returns: com.groupdocs.conversion.filetypes.FileType[]
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.