PdfToHtmlConverter
Overview
PdfToHtmlConverter is a class in Aspose.Pdf FOSS for Java.
Converts a PDF {@link Document} to HTML markup.
Methods
| Signature | Description |
|---|---|
convert(document: Document, options: HtmlSaveOptions) → String | Converts the given PDF document to an HTML string. |
mapFontToCSS(pdfFontName: String) → String | Maps a PDF font name to a CSS font-family string. |
escapeHtml(text: String) → String | Escapes special HTML characters in text. |