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

Convert HTML text to PDF and write output to a file.

Syntax
 public static Task<T> ConvertHtmlAsync(
   IHtmlToPdfExtension htmlToPdf,
   string html,
   string pdfFileName
);

Parameters

htmlToPdf
The IHtmlToPdfExtension object.
html
The html text.
pdfFileName
The output PDF file name.
Remarks

This is the async version of this method..

See Also