Encoding

Overview

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

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

Methods

SignatureDescription
encode(text: str, encoding_type: EncodingType)bytesCalls encode(text, encoding_type) on this Encoding instance.

See Also