com.groupdocs.conversion.contracts
Contents
[
Hide
]
The GroupDocs.Conversion.Contracts namespace provides members to instantiate and release output document, manage font substitutions etc.
Classes
| Class | Description |
|---|---|
| ConversionPair | Represents conversion pair |
| Enumeration | Generic enumeration class. |
| FontSubstitute | Describes substitution for missing font. |
| PossibleConversions | Represents a mapping what conversion pairs are supported for specific source file format |
| TargetConversion | Represents possible target conversion and a flag is it a primary or secondary |
| ValueObject | Abstract value object class. |
Interfaces
| Interface | Description |
|---|---|
| ConvertOptionsProvider | Describes delegate to provide convert options for specific source document. |
| ConvertedDocumentStream | Describes delegate to receive converted document stream. |
| ConvertedPageStream | Describes delegate to receive converted page stream. |
| ConverterSettingsProvider | Supplier for ConverterSettings |
| DocumentStreamProvider | Supplier for InputStream |
| DocumentStreamsProvider | Supplier for InputStream array |
| IDocument | Interface for documents |
| SaveDocumentStream | Describes delegate for saving converted document into output stream. |
| SaveDocumentStreamForFileType | Describes delegate for saving converted document into stream. |
| SavePageStream | Describes delegate for saving converted document page into stream. |
| SavePageStreamForFileType | Describes delegate for saving converted document page into stream. |