Click or drag to resize

PdfToTextClientgetTextFromUrlToStreamAsync Method

Get the text from the specified pdf with an asynchronous call and write it to the specified stream.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public void getTextFromUrlToStreamAsync(
	string url,
	Stream stream
)

Parameters

url
Type: SystemString
Address of the PDF file.
stream
Type: System.IOStream
The output stream where the resulted PDF will be written.
See Also