compress method

On this page

compress

Compresses the conversion results; register a compressed‑stream handler at the entry stage via IConversionSettings.with_events (setting OnCompressionCompleted) instead of using the obsolete fluent chain method.

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

Returns: Continuation that proceeds to Convert.

See Also

On this page