Skip to content

modern-pdf-lib


modern-pdf-lib / showTextOp

Function: showTextOp()

showTextOp(text): string

Defined in: src/core/operators/text.ts:216

Show a text string (Tj).

Parameters

text

string

The text to display. Special characters are escaped.

Returns

string

Released under the MIT License.