LazyPdfObjectStore

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

NameTypeAccessDescription
materialized_countintReadHow many objects have been parsed into memory so far.

Methods

SignatureDescription
__init__(parser: PdfCosParser, xref_offsets: dict[int, int], compressed: dict[int, tuple[int, int]])Calls init(parser, xref_offsets, compressed) on this LazyPdfObjectStore instance.

See Also