Decoder

Overview

Decoder is a class in Aspose.PDF FOSS for Python.

JBIG2 decoder that parses segment structure and extracts bitmap data.

This class provides 1 method for working with Decoder objects in Python programs. Available methods include: decode. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.

Methods

SignatureDescription
decode(data: bytes, params: dict | None, limits: PdfLoadLimits | None)bytesDecode JBIG2 data and return a bitmap.

See Also