Skip to content

modern-pdf-lib


modern-pdf-lib / ContentStreamOperator

Interface: ContentStreamOperator

Defined in: src/parser/contentStreamParser.ts:39

A parsed content-stream operator with its preceding operands.

Properties

operands

operands: Operand[]

Defined in: src/parser/contentStreamParser.ts:43

The operand values that preceded this operator.


operator

operator: string

Defined in: src/parser/contentStreamParser.ts:41

The operator keyword, e.g. "BT", "Tf", "Tj", "re", "cm".

Released under the MIT License.