happypdf / drawTextLines
Function: drawTextLines()
ts
function drawTextLines(lines, options): PDFOperator[];Defined in: src/api/operations.ts:669
Parameters
| Parameter | Type |
|---|---|
lines | { encoded: PDFHexString; x: number; y: number; }[] |
options | DrawTextLinesOptions |