ContentStreamParser
in package
FinalYes
Parses decoded content stream data into a sequence of operations.
Each operation is a list of operands followed by an operator keyword. The parser handles all PDF content stream token types: numbers, names, literal strings, hex strings, arrays, dictionaries, and inline images.
Table of Contents
Methods
- parse() : array<int, ContentStreamOp>
- Parse content stream data into operations.
Methods
parse()
Parse content stream data into operations.
public
parse(string $data) : array<int, ContentStreamOp>
Parameters
- $data : string