* Emit raw PDF operators to the page content stream. * * This is the low-level drawing API that gives you direct control over * PDF content stream operators. Use this when you need advanced features * like matrix transforms, graphics state stack, gradients, or patterns * that aren't a
(operators: Operator[])
| 1486 | * ``` |
| 1487 | */ |
| 1488 | drawOperators(operators: Operator[]): void { |
| 1489 | this.appendOperators(operators); |
| 1490 | } |
| 1491 | |
| 1492 | /** |
| 1493 | * Register a font resource and return its operator name. |