Click or drag to resize

HtmlToPdfClientconvertHtmlStringToStream Method

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