Skip to content

PDFPageProxy.streamTextContent method

PDFPageProxy › streamTextContent

Unofficial

Streams the text content of the page.

Signature:

streamTextContent(params?: GetTextContentParams | undefined): ReadableStream

Parameters:

Parameter Type Description
params? GetTextContentParams | undefined Optional parameters including includeMarkedContent and disableNormalization.

Returns: ReadableStreamA readable stream of text content.