PdfTextExtractExtractText(Byte, Int32, Int32) Method

Call this method to extract the text from a range of pages of a PDF document contained in a memory buffer

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public string ExtractText(
	byte[] pdfBuffer,
	int firstPdfPageNumber,
	int lastPdfPageNumber
)

Parameters

pdfBuffer  Byte
The memory buffer containing the PDF document from which to extract the images
firstPdfPageNumber  Int32
The first PDF page number
lastPdfPageNumber  Int32
The last PDF page number

Return Value

String
The extracted text

See Also