HtmlToPdfConverter

HtmlToPdfConverter

Overview

HtmlToPdfConverter is a class in Aspose.Pdf FOSS for Java.

Converts HTML content to a PDF {@link Document}.

Methods

SignatureDescription
convert(htmlStream: InputStream, options: HtmlLoadOptions)DocumentConverts an HTML input stream to a PDF Document.
convert(html: String, options: HtmlLoadOptions)DocumentConverts an HTML string to a PDF Document.

See Also