PdfToTextClientgetTextFromUrlToFileAsync Method |
Get the text from the specified pdf with an asynchronous call and write it to the specified text file.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public void getTextFromUrlToFileAsync(
string url,
string outputFilePath
)
Public Sub getTextFromUrlToFileAsync (
url As String,
outputFilePath As String
)
Parameters
- url
- Type: SystemString
Address of the PDF file. - outputFilePath
- Type: SystemString
The output file where the resulted text will be written.
See Also