Browse our Products

Aspose.HTML for Python via .NET 26.6 Release Notes

The June update for Aspose.HTML for .NET focuses on rendering consistency, advanced layout behavior, and overall stability.

Release Notes

This release introduces comprehensive support for CSS calc() expressions in layout calculations, improving the precision and flexibility of CSS dimension handling. The table layout engine has been enhanced with proper handling of the ‘break-after: avoid’ property. Additionally, page dimension handling during DOCX conversion has been fixed, and PDF/UA-1 validation support has been added for tagged PDF testing.

Package references
Aspose.HTML for Python via .NET 26.6.0 NuGet
Aspose.HTML.Drawing for .NET 26.6.0 NuGet
Aspose.HTML for Python via .NET 26.6.0 PyPI

Improvements and Changes

KeySummaryCategory
HTMLNET-7104Fixed an ArgumentException caused by incompatible unit types that could occur during Flexbox layout.Bug
HTMLNET-6717Resolved a stack overflow exception that could arise while processing large documents.Bug
HTMLNET-6699Resolved a problem with emoji rendering.Bug
HTMLNET-6403Resolved a page-break bug that produced incorrect pagination during rendering.Bug
HTMLNET-4786The layout engine now computes logical size and block size to improve layout sizing.Bug
HTMLNET-3081Corrected cell background painting to span all rows covered by a rowspan cell.Bug
HTMLNET-6925The library now supports the space-evenly value for align-content and justify-content in Flexbox and Grid layouts.Feature
HTMLNET-5407The library now supports the CSS textalignlast property and lastline text justification.Feature
HTMLNET-3072Rendering issues when converting certain web pages to PDFBug