Click or drag to resize

PdfTextExtractor ExtractText Method

Extract text from the page.

Namespace: Spire.Pdf.Texts
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string ExtractText(
	PdfTextExtractOptions options
)

Parameters

options
Type: Spire.Pdf.Texts PdfTextExtractOptions
The options.

Return Value

Type: String
The Extracted Text.
See Also