Browse our Products

Aspose.HTML for Python via .NET 26.8 Release Notes

As per the regular monthly update process of all APIs being offered by Aspose, we are honored to announce the August release of Aspose.HTML for Python via .NET.

Release Notes

In this release, the conversion to PDF with tag support has been improved, and the alignment of the grid layout has been improved. The API for working with attachments in MHTML format has also been expanded, and attributes of text elements in SVG format have been fixed. In addition, this release includes numerous improvements to the rendering engine when calculating the layout for blocks, tables, flexbox, and grid layouts.

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

Improvements and Changes

KeySummaryCategory
HTMLNET-3325HTML to PNG - Rows of HTML Table are missing in the outputBug
HTMLNET-7180PageSetup.FirstPage.Margins is ignored when AtPagePriority is set to CssPriorityBug
HTMLNET-7181HTML to PDF: Table with two tbody elements causes runaway memoryBug
HTMLNET-6361Incorrect Output Converting HTML to PNG.Bug
HTMLNET-7198Empty page at the beginning of the converted document.Bug
HTMLNET-7190HTML-to-PDF content splits onto a second pageBug

Public API Changes

Added APIs

Module / ClassMember
aspose.html.dom.Element.closest(selectors) method
aspose.html.dom.Element.matches(selectors) method
aspose.html.HTMLElement.offset_height property
aspose.html.HTMLElement.offset_width property