LazyPdfObjectStore
Overview
LazyPdfObjectStore is a class in Aspose.PDF FOSS for Python.
Object-number → COS object map that parses from a :class:PdfCosParser on demand.
This class provides 1 method for working with LazyPdfObjectStore objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: materialized_count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
materialized_count | int | Read | How many objects have been parsed into memory so far. |
Methods
| Signature | Description |
|---|---|
__init__(parser: PdfCosParser, xref_offsets: dict[int, int], compressed: dict[int, tuple[int, int]]) | Calls init(parser, xref_offsets, compressed) on this LazyPdfObjectStore instance. |