IConversionOptionsOrHandlerSetup class

IConversionOptionsOrHandlerSetup class

Represents conversion options or conversion handler setup.

Exposes both the obsolete staged chain (IConversionHandlerOnly) and the new flat IConversionHandlersStage.

The IConversionOptionsOrHandlerSetup type exposes the following members:

Methods

Method Description
compress Compresses the conversion results.
compress_compression_convert_options
convert Execute conversion chain.
on_conversion_completed Registers a callback to be invoked when a document conversion completes successfully.
on_conversion_completed_action
on_conversion_failed Registers a callback to be invoked when a document conversion fails.
on_conversion_failed_action
with_options Sets conversion options for the conversion process.
with_options Sets conversion options using a provider function.
with_options_convert_options
with_options_func

See Also