groupdocs.conversion
Main GroupDocs.Conversion namespace with top-level API classes.
Classes
| Class | Description |
|---|---|
ConvertContext |
Defines convert context. |
ConvertedContext |
Defines convert context. |
ConvertedPageContext |
Defines convert page context. |
Converter |
Represents the main class that controls the document conversion process. |
ConverterSettings |
Defines settings for customizing Converter behaviour. |
FluentConverter |
Class for fluent conversion setup. |
License |
Manages GroupDocs.Conversion licensing. |
LoadContext |
Defines load context. |
Metered |
Manages metered (pay-per-use) licensing. |
SaveContext |
Defines save context. |
SavePageContext |
Defines save page context. |
Exceptions
| Exception | Description |
|---|---|
ConversionByPageFailedException |
Conversion by page failed exception. |
ConversionFailedException |
Conversion failed exception. |
ConversionNotSupportedException |
Exception thrown when the conversion from source file to target file type is not supported. |
CorruptOrDamagedFileException |
GroupDocs exception thrown when the file is corrupt or damaged. |
FileTypeNotSupportedException |
GroupDocs exception thrown when the file type is not supported. |
FontSubstituteException |
Thrown if font substitute is illegal. |
GroupDocsConversionException |
GroupDocs.Conversion general exception. |
IncorrectPasswordException |
GroupDocs exception thrown when the file is password protected, password is provided but is incorrect. |
InvalidConvertOptionsException |
Thrown if provided convert options are invalid. |
InvalidConverterSettingsException |
Thrown if provided converter settings are invalid. |
InvalidLoadOptionsException |
Thrown if provided load options are invalid. |
PasswordRequiredException |
GroupDocs exception thrown when the file is password protected and password is not provided. |
SourceDocumentFactoryNotProvidedException |
GroupDocs exception thrown when the source document factory is not provided. |