PdfObjectRegistry

PdfObjectRegistry

Overview

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

PdfObjectRegistry.register(obj) returns a PdfObjectID that uniquely identifies the stored PDF object within the registry.

This class provides 3 methods for working with PdfObjectRegistry objects in Python programs. Available methods include: __init__, get, register. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.

Methods

SignatureDescription
__init__()Calls init on this PdfObjectRegistry instance.
register(obj: Any)PdfObjectIDReturns a PdfObjectID that uniquely identifies the stored PDF object within the registry
get(obj_id: PdfObjectID)AnyFetches the previously registered PDF object using its PdfObjectID

See Also