pdfHTML 5.0.0
pdfHTML is an iText Core add-on for Java to create PDF from HTML/XML (and associated CSS).
New for pdfHTML 5.0.0 is support for the text-decoration-color
CSS property to affect the appearance of nested elements. As noted in the documentation, this property sets the color of text decorations added by the text-decoration-line
property. Even though CSS does not provide a direct mechanism to specify a unique color for each line type, by using text-decoration-color
you can achieve this effect.
New features
- Support text-decoration-color CSS property to affect the appearance of nested elements