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

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

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

Parameters

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

This is the async version of this method..

See Also