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

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

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

Parameters

htmlToPdf
The IHtmlToPdfExtension object.
url
The Url of the page.
page
The PdfPage object that receives the output.
Remarks

This is the async version of this method..

See Also