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
)
Public Function ConvertToText (
pdfFilePath As String
) As String
Parameters
- pdfFilePath
- Type: SystemString
The full path of the PDF file to be converted.
Return Value
Type:
StringThe text resulted after conversion.
See Also