Skip to content

pdfHTML 5.0.5

Latest
Compare
Choose a tag to compare
@nanouh nanouh released this 24 Jul 11:24
· 13 commits to develop since this release
5.0.5

pdfHTML is an iText Core add-on for creating PDF from HTML/XML (and associated CSS).

As noted in the Core release notes, this release of pdfHTML now supports the CSS Grid Layout Module allowing highly-flexible grid-based layouts. With Grid Layout supporting two-dimensional layouts of both rows and columns, this gives you additional capabilities when designing templates for PDF creation with pdfHTML.

CSS Grid Layout is beginning to see wider adoption, and is supported by all current major web browsers. A number of users expressed a desire for Grid layout support in iText and pdfHTML and we were happy to oblige.

The majority of Grid features are fully supported in pdfHTML 5.0,5, with only the inline-grid values of the display property, and subgrid values of the grid-template-columns and grid-template-rows properties not currently implemented. Since data shows these properties are not widely used, they are not currently a priority. However, if you see a pressing need for pdfHTML to support them, please let us know!

In other news, a bug with Azure resource loading on .NET 6.0 was fixed in this release.

New Features

  • CSS Grid Layout Module support