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

Convert HTML text to PDF and write output to a PdfDocument object.

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

Parameters

htmlToPdf
The IHtmlToPdfExtension object.
html
The html text.
doc
The output PdfDocument object.
Remarks

This is the async version of this method..

See Also