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

SignatureDescription
decimal_to_octal(value: int)strCalls decimal_to_octal(value) on this PdfConsts instance.
octal_to_decimal(octal_str: str)intCalls octal_to_decimal(octal_str) on this PdfConsts instance.

See Also