PdfTextExtractExtractText(String) Method

Call this method to extract the text from a PDF file

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public string ExtractText(
	string pdfFile
)

Parameters

pdfFile  String
The fully qualified name of the PDF file

Return Value

String
The extracted text

See Also