Expand description
Content handler callback trait for content stream interpretation.
Defines the ContentHandler trait that bridges Layer 2 (content stream
interpreter) and Layer 3 (object extraction). The interpreter calls handler
methods as it processes PDF content stream operators.
Structs§
- Char
Event - Information about a rendered character glyph.
- Image
Event - Information about a placed image.
- Path
Event - Information about a painted path.
Enums§
- PaintOp
- The type of paint operation applied to a path.
Traits§
- Content
Handler - Callback handler for content stream interpretation.