HtmlToPdfConverter
Overview
HtmlToPdfConverter is a class in Aspose.Pdf FOSS for Java.
Converts HTML content to a PDF {@link Document}.
Methods
| Signature | Description |
|---|---|
convert(htmlStream: InputStream, options: HtmlLoadOptions) → Document | Converts an HTML input stream to a PDF Document. |
convert(html: String, options: HtmlLoadOptions) → Document | Converts an HTML string to a PDF Document. |