Release pdfHTML 5.0.0
Release date: May 10, 2023
pdfHTML is an iText Core add-on for Java and .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.
Downloads:
GitHub | Maven | NuGet | Artifactory | |
---|---|---|---|---|
iText pdfHTML – 5.0.0 (Java) | link | link | N/A | link |
iText pdfHTML – 5.0.0 (.NET) | link | N/A | link | link |
Changelog:
New features
- Support
text-decoration-color
CSS property to affect the appearance of nested elements.
eBooks
iText 7: Converting HTML to PDF with pdfHTML