Click or drag to resize

PdfToTextConverterConvertToText(String) Method

Converts a PDF file to a string.

Namespace: ExpertPdf
Assembly: eppdftotext (in eppdftotext.dll) Version: 9.0
Syntax
public string ConvertToText(
	string pdfFilePath
)

Parameters

pdfFilePath  String
The full path of the PDF file to be converted.

Return Value

String
The text resulted after conversion.
See Also