compress method

On this page

compress

Compresses the conversion results using the specified options.

Call this method to compress results of conversion. Register a compressed‑stream handler at the entry stage via IConversionSettings.with_events (setting OnCompressionCompleted) rather than via the obsolete fluent chain method on the returned interface.

def compress(self, options):
    ...
Parameter Type Description
options CompressionConvertOptions Compression convert options.

Returns: Continuation that proceeds to Convert.

See Also

On this page