PdfToTextClientgetTextFromUrl 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 getTextFromUrl(
string url
)
Public Function getTextFromUrl (
url As String
) As String
Parameters
- url
- Type: SystemString
Address of the PDF file.
Return Value
Type:
StringExtracted text.
See Also