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

Convert a Web page into a PDF file.

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

Parameters

htmlToPdf
The IHtmlToPdfExtension object.
url
The Url of the page.
pdfFileName
The output PDF file name.
Remarks

This is the async version of this method..

See Also