Click or drag to resize

HtmlToPdfClientconvertUrlToStreamAsync Method

Convert the specified url to PDF with an asynchronous call and writes the resulted PDF to an output stream.

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

Parameters

url
Type: SystemString
Address of the web page being converted.
stream
Type: System.IOStream
The output stream where the resulted PDF will be written.
Remarks
SelectPdf online API can convert http:// and https:// publicly available urls.
See Also