Browse our Products
Aspose.HTML for Python via .NET 26.5 Release Notes
This page contains release notes information for Aspose.HTML for Python via .NET 26.5.
As per the regular monthly update process of all APIs being offered by Aspose, we are honored to announce the May release of Aspose.HTML for Python via .NET.
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.5.0 NuGet
Aspose.HTML.Drawing for .NET 26.5.0 NuGet
Aspose.HTML for Python via .NET 26.5.0 PyPI
Improvements and Changes
| Key | Summary | Category |
|---|---|---|
| HTMLNET-7078 | Corrected page dimension handling in HTML-to-DOCX conversion to properly apply page and section sizes, including mixed page sizes. | Bug |
| HTMLNET-7068 | Fixed corruption of the tagged PDF structure tree caused by links spanning page breaks (page-break-before), restoring PDF/UA structural integrity. | Bug |
| HTMLNET-6445 | Resolved an InvalidOperationException that could arise when rendering replaced inline content inside a floated layout. | Bug |
| HTMLNET-7051 | The library now supports the break-after: avoid CSS property in table and paged layouts, preventing unwanted page breaks after the target element. | Feature |