PdfFileType class
PdfFileType class
Defines Pdf documents. Includes the following file types:
PdfFileType.Pdf,
Inheritance: PdfFileType →
FileType →
Enumeration
The PdfFileType type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Serialization constructor |
Properties
| Property | Description |
|---|---|
| file_format | The file format |
| extension | The file extension |
| family | The file family |
| description | File type description |
| UNKNOWN | Unknown file type |
| 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. |
Methods
| Method | Description |
|---|---|
| equals | Implements Enumeration.equals |
| compare_to | Compares current object to other. |
| from_filename | Returns FileType for specified fileName |
| from_extension | Gets FileType for provided fileExtension |
| from_stream | Returns FileType for provided document stream |
See Also
- module
groupdocs.conversion.filetypes - class
Enumeration - class
FileType - class
PdfFileType