PdfTextExtractExtractText(String) Method

Call this method to extract the text from a PDF file

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.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