Expand description
PDF content stream parsing and graphics state.
This module parses page content streams into a sequence of typed operations, maintains the graphics state stack, and provides an element-level iterator.
Structs§
- Graphics
State - The complete graphics state at any point during content stream processing.
- Graphics
State Stack - A graphics state stack that supports save/restore (q/Q operators).
Enums§
- Content
Op - A parsed content stream operator with its operands.
- Path
Segment - Path segment types for path data.
- TextOp
- A text operation within a TJ array.
Functions§
- parse_
content_ stream - Parse a content stream into a sequence of operations.