Expand description
Object stream (ObjStm) parsing.
Object streams (PDF 1.5+) pack multiple non-stream objects into a single compressed stream. The stream contains a header with object numbers and byte offsets, followed by the objects themselves.
Structs§
- Object
Stream Contents - Parsed contents of an object stream: a list of (object_number, object) pairs.
Functions§
- get_
object_ from_ stream - Get a specific object from a parsed object stream by its index.
- parse_
object_ stream - Parse the decompressed contents of an object stream.