Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfDocumentProcessor.GetText Method

Name Parameters Description
GetText() none Retrieves the document content.
GetText(PdfDocumentArea, PdfTextExtractionOptions) area, options Retrieves document content from the specified area with specified extraction options.
GetText(PdfDocumentArea) area Retrieves the text found in the specified document area.
GetText(PdfDocumentPosition, PdfDocumentPosition, PdfTextExtractionOptions) startPosition, endPosition, options Retrieves document content located between the specified document positions with specified extraction options.
GetText(PdfDocumentPosition, PdfDocumentPosition) startPosition, endPosition Retrieves the text located between the specified document positions.
GetText(PdfTextExtractionOptions) options Retrieves document content with specified extraction options.