Click or drag to resize

PdfToTextConverterConvertToText Method (String)

Converts a PDF file to a string.

Namespace:  ExpertPdf
Assembly:  eppdftotext (in eppdftotext.dll) Version: 7.0
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