| Package | Description |
|---|---|
| com.groupdocs.conversion.filetypes |
The GroupDocs.Conversion.FileTypes namespace provides classes which represent supported file types.
|
| com.groupdocs.conversion.options.load |
The GroupDocs.Conversion.Options.Load namespace provides classes to specify additional options for document loading process.
|
| Modifier and Type | Field and Description |
|---|---|
static FontFileType |
FontFileType.Cff
A file with .cff extension is a Compact Font Format and is also known as a PostScript Type 1, or CIDFont.
|
static FontFileType |
FontFileType.Eot
A file with .eot extension is an OpenType font that is embedded in a document.
|
static FontFileType |
FontFileType.Otf
A file with .otf extension refers to OpenType font format.
|
static FontFileType |
FontFileType.Ttf
A file with .ttf extension represents font files based on the TrueType specifications font technology.
|
static FontFileType |
FontFileType.Type1
Type 1 fonts is a deprecated Adobe technology which was widely used in the desktop based publishing software and printers that could use PostScript.
|
static FontFileType |
FontFileType.Woff
A file with .woff extension is a web font file based on the Web Open Font Format (WOFF).
|
static FontFileType |
FontFileType.Woff2
A file with .woff extension is a web font file based on the Web Open Font Format (WOFF).
|
| Modifier and Type | Method and Description |
|---|---|
FontFileType |
FontLoadOptions.getFormat()
Gets Input document file type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FontLoadOptions.setFormat(FontFileType format)
Sets Input document file type.
|
Copyright © 2026. All rights reserved.