PdfTextExtractExtractText(String) Method
Call this method to extract the text from a PDF file
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public string ExtractText(
string pdfFile
)
Public Function ExtractText (
pdfFile As String
) As String
public:
String^ ExtractText(
String^ pdfFile
)
member ExtractText :
pdfFile : string -> string
- pdfFile String
- The fully qualified name of the PDF file
StringThe extracted text