PdfToTextClientgetTextFromUrlAsync Method |
Get the text from the specified pdf with an asynchronous call.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public string getTextFromUrlAsync(
string url
)
Public Function getTextFromUrlAsync (
url As String
) As String
Parameters
- url
- Type: SystemString
Address of the PDF file.
Return Value
Type:
StringExtracted text.
See Also