Converter class
Converter class
Represents main class that controls document conversion process.
The Converter type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes new instance of Converter class. |
init | Initializes new instance of Converter class. |
init | Initializes new instance of Converter class. |
init | Initializes new instance of Converter class. |
init | Initializes new instance of Converter class. |
init | Initializes new instance of Converter class. |
init | Initializes new instance of Converter class. |
init | Initializes new instance of Converter class. |
Methods
Method | Description |
---|---|
convert | Converts source document. Saves the whole converted document. |
convert | Converts source document. Saves the whole converted document. |
convert_by_page | Converts source document. Saves the converted document page by page. |
convert_by_page | Converts source document. Saves the converted document page to a stream |
convert_by_page | Converts source document. Saves the converted document page to a stream |
convert_multiple | Converts source document to multiple documents of the output format. |
get_document_info | Gets source document info - pages count and other document properties specific to the file type. |
is_document_password_protected | Checks is source document is password protected |
get_possible_conversions | Gets possible conversions for the source document. |
get_all_possible_conversions | Gets all supported conversions |
get_possible_conversions_by_extension | Gets supported conversions for provided document extension |
See Also
- module
groupdocs.conversion
- class
Converter