Click or drag to resize
PdfToTextConverterConvertToText Method (String)
Converts a PDF file to a string.

Namespace: ExpertPdf
Assembly: pdftotext.net20.x86 (in pdftotext.net20.x86.dll) Version: 4.2
Syntax
public string ConvertToText(
	string pdfFilePath
)

Parameters

pdfFilePath
Type: SystemString
The full path of the PDF file to be converted.

Return Value

Type: String
The text resulted after conversion.
See Also