Table of Contents

Method GetText

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

GetText()

Retrieves all text drawn on the page in plain text format.

public string GetText()

Returns

string

All text drawn on the page in plain text format.

Remarks

Bidirectional and right-to-left text is returned according to the logical order.

Unicode code points from Arabic and Hebrew presentation forms are normalized to the Normalization Form KC.

GetText(PdfTextExtractionOptions)

Retrieves all text drawn on the page according to specified options.

public string GetText(PdfTextExtractionOptions options)

Parameters

options PdfTextExtractionOptions

The text extraction options.

Returns

string

All text drawn on the page according to specified options.

Remarks

Bidirectional and right-to-left text is returned according to the logical order.

Unicode code points from Arabic and Hebrew presentation forms are normalized to the Normalization Form KC.