Click or drag to resize

HtmlToPdfClientconvertHtmlStringToStreamAsync Method

Overload List
  NameDescription
Public methodconvertHtmlStringToStreamAsync(String, Stream)
Convert the specified HTML string to PDF with an asynchronous call and writes the resulted PDF to an output stream.
Public methodconvertHtmlStringToStreamAsync(String, String, Stream)
Convert the specified HTML string to PDF with an asynchronous call and writes the resulted PDF to an output stream. Use a base url to resolve relative paths to resources.
Top
See Also