Skip to main content

Module parser

Module parser 

Source
Expand description

PDF object parser.

Parses PDF objects from a token stream produced by the tokenizer. Handles direct objects, indirect object definitions, and object references.

Functionsยง

parse_indirect_object_at
Parse an indirect object at a given byte offset. Returns (ObjectId, PdfObject).
parse_object
Parse a single PDF object from the tokenizer.