PdfToTextConverterConvertToText(String) Method |
Converts a PDF file to a string.
Namespace: ExpertPdfAssembly: eppdftotext (in eppdftotext.dll) Version: 9.0
Syntaxpublic string ConvertToText(
string pdfFilePath
)
Public Function ConvertToText (
pdfFilePath As String
) As String
Parameters
- pdfFilePath String
- The full path of the PDF file to be converted.
Return Value
StringThe text resulted after conversion.
See Also