PdfFileType

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,

Constructors

Constructor Description
PdfFileType() Serialization constructor

Fields

Field Description
Pdf Portable Document Format (PDF) is a type of document created by Adobe back in 1990s.

Methods

Method Description
getLoadOptions()
getConvertOptions()
getExcludedSourceTypes()
getExcludedTargetTypes()

PdfFileType()

public PdfFileType()

Serialization constructor

Pdf

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.

getLoadOptions()

public LoadOptions getLoadOptions()

Prepared default load options for the source file type

Returns: LoadOptions

getConvertOptions()

public ConvertOptions getConvertOptions()

Prepared default convert options for the file type

Returns: ConvertOptions

getExcludedSourceTypes()

public static final FileType[] getExcludedSourceTypes()

Returns: com.groupdocs.conversion.filetypes.FileType[]

getExcludedTargetTypes()

public static final FileType[] getExcludedTargetTypes()

Returns: com.groupdocs.conversion.filetypes.FileType[]