groupdocs.conversion

On this page

Main GroupDocs.Conversion namespace with top-level API classes.

Classes

Class Description
ConversionEvents Aggregates conversion lifecycle event handlers.
ConvertContext Represents a convert context.
ConvertedContext Defines convert context.
ConvertedPageContext Defines convert page context.
Converter Represents main class that controls document conversion process.
ConverterSettings Defines settings for customizing Converter behaviour.
FluentConverter Represents a fluent conversion setup.
License Manages GroupDocs.Conversion licensing.
LoadContext Defines load context.
Metered Manages metered (pay-per-use) licensing.
SaveContext Represents a save context.
SavePageContext Defines the save page context.

Exceptions

Exception Description
ConversionByPageFailedException Conversion by page failed exception
ConversionFailedException Conversion failed exception
ConversionNotSupportedException GroupDocs 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
MissingDependencyException GroupDocs exception thrown when a conversion cannot run because an assembly it depends on is not present in the application’s output. The document is not at fault.
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

On this page