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
| Signature | Description |
|---|---|
encode(text: str, encoding_type: EncodingType) → bytes | Calls encode(text, encoding_type) on this Encoding instance. |