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

Convert a Web page into a PDF file.

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

Parameters

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

This is the async version of this method..

See Also