Converter class

Converter class

Represents the main class that controls the document conversion process.

The Converter type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of Converter.
init Initializes new instance of Converter class.
init Initializes a new instance of Converter.
init Initializes a new instance of Converter class.
init Initializes new instance of Converter class.
init Initializes a new instance of Converter class.

Methods

Method Description
convert Converts the source document and saves the whole converted document.
convert_by_page Converts the source document and saves the converted document page by page.
convert_to_stream Converts the source document and saves the whole converted document.
convert_with_callback Converts source document. Saves the whole converted document.
convert_with_callback_per_page Converts the source document and saves the converted document page by page.
get_all_possible_conversions Retrieves all supported conversions.
get_document_info Retrieves source document information, including page count and other properties specific to the file type.
get_possible_conversions Gets possible conversions for the source document.
get_possible_conversions_by_extension Gets supported conversions for the provided document extension.
is_document_password_protected Checks whether the source document is password protected.

See Also