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
| Signature | Description |
|---|---|
__init__() | Calls init on this PdfObjectRegistry instance. |
register(obj: Any) → PdfObjectID | Returns a PdfObjectID that uniquely identifies the stored PDF object within the registry |
get(obj_id: PdfObjectID) → Any | Fetches the previously registered PDF object using its PdfObjectID |