ExpertPDF PDF to Text Converter
ConvertToText Method (pdfFilePath)
NamespacesExpertPdfPdfToTextConverterConvertToText(String)
Converts a PDF file to a string.
Declaration Syntax
C#Visual BasicVisual C++
public string ConvertToText(
	string pdfFilePath
)
Public Function ConvertToText ( _
	pdfFilePath As String _
) As String
public:
String^ ConvertToText(
	String^ pdfFilePath
)
Parameters
pdfFilePath (String)
The full path of the PDF file to be converted.
Return Value
The text resulted after conversion.

Assembly: pdftotext (Module: pdftotext) Version: 3.1.0.0 (3.1.0.0)