Table of Contents
HtmlToPdfExtension.ConvertUrlAsync Method (IHtmlToPdfExtension, String, Stream)

Convert a Web page into PDF and write the output to a Stream.

Syntax
 public static Task<T> ConvertUrlAsync(
   IHtmlToPdfExtension htmlToPdf,
   string url,
   Stream stream
);

Parameters

htmlToPdf
The IHtmlToPdfExtension object.
url
The Url of the page.
stream
The output stream.
Remarks

This is the async version of this method..

See Also