Skip to content

pdfHTML 5.0.0

Compare
Choose a tag to compare
@AnhelinaM AnhelinaM released this 10 May 12:54
· 167 commits to develop since this release
5.0.0

pdfHTML is an iText Core add-on for .NET 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