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
)
Public Sub convertUrlToStreamAsync (
url As String,
stream As 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