Parser
Table of Contents
Classes
- BitReader
- Reads variable-width bit fields from a binary buffer.
- ContentStreamOp
- A single content stream operation: zero or more operands followed
by an operator keyword.
- ContentStreamParser
- Parses decoded content stream data into a sequence of operations.
- HintTableParser
- Parses the binary hint table data from linearized PDF hint streams.
- ObjectParser
- Recursive-descent PDF object parser.
- ObjectScanner
- Scans raw PDF bytes for indirect object definitions to reconstruct
a cross-reference table when the normal xref is corrupted.
- ObjectStreamParser
- Unpacks objects stored inside a /Type /ObjStm stream —
ISO 32000-2 §7.5.7.
- PageHintEntry
- A single entry from the page offset hint table — ISO 32000-2 §F.4.1.
- PageOffsetHintTable
- Parsed page offset hint table — ISO 32000-2 §F.4.1.
- SharedObjectHintEntry
- A single entry from the shared object hint table — ISO 32000-2 §F.4.2.
- SharedObjectHintTable
- Parsed shared object hint table — ISO 32000-2 §F.4.2.
- StreamParser
- Applies the filter pipeline from a stream dictionary's `/Filter`
entry to decompress raw stream data.
- XrefParser
- Parses a classic cross-reference table and its trailer dictionary.
- XrefStreamParser
- Parses a cross-reference stream (/Type /XRef) — ISO 32000-2 §7.5.8.