PdfToTextClientgetTextFromFile Method |
Get the text from the specified pdf.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public string getTextFromFile(
string inputPdf
)
Public Function getTextFromFile (
inputPdf As String
) As String
Parameters
- inputPdf
- Type: SystemString
Path to a local PDF file.
Return Value
Type:
StringExtracted text.
See Also