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

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,
   HtmlToPdfOptions options
);

Parameters

htmlToPdf
The IHtmlToPdfExtension object.
url
The Url of the page.
stream
The output stream.
options
The conversion options that would override Options if specified.
Remarks

This is the async version of this method..

See Also