Skip to main content

Module handler

Module handler 

Source
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§

CharEvent
Information about a rendered character glyph.
ImageEvent
Information about a placed image.
PathEvent
Information about a painted path.

Enums§

PaintOp
The type of paint operation applied to a path.

Traits§

ContentHandler
Callback handler for content stream interpretation.