PdfConsts
Overview
PdfConsts is a class in Aspose.PDF FOSS for Python.
This class provides 2 methods for working with PdfConsts objects in Python programs.
Available methods include: decimal_to_octal, octal_to_decimal.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Methods
| Signature | Description |
|---|---|
decimal_to_octal(value: int) → str | Calls decimal_to_octal(value) on this PdfConsts instance. |
octal_to_decimal(octal_str: str) → int | Calls octal_to_decimal(octal_str) on this PdfConsts instance. |