Skip to main content

Module object

Module object 

Source

Structs§

IndirectRef
A reference to an indirect PDF object: N M R.
PdfDict
An ordered dictionary of PDF objects, keyed by name bytes.

Enums§

PdfObject
A PDF object value.

Functions§

parse_indirect_object
Parse an indirect object: N M obj <object> endobj. Returns (IndirectRef, PdfObject).
parse_object
Parse a single PDF object from the tokenizer’s current position. Does NOT handle N M obj ... endobj wrappers — see parse_indirect_object.