PdfToTextConverterConvertToText Method (String) |
Converts a PDF file to a string.
Namespace: ExpertPdfAssembly: pdftotext.net20.x86 (in pdftotext.net20.x86.dll) Version: 4.2
Syntaxpublic 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