Skip to main content

Module tokenizer

Module tokenizer 

Source
Expand description

Content stream tokenizer for PDF operator/operand parsing.

Parses raw PDF content stream bytes into a sequence of Operators, each carrying its Operand arguments. This is the foundation for the content stream interpreter.

Structs§

InlineImageData
Inline image data captured from BI…ID…EI sequences.
Operator
A PDF content stream operator with its preceding operands.

Enums§

Operand
A PDF content stream operand value.

Functions§

tokenize
Parse PDF content stream bytes into a sequence of operators.