Browse our Products

Aspose.HTML for Python via .NET 26.3 Release Notes

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

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 .NET 26.3.0 NuGet
Aspose.HTML.Drawing for .NET 26.3.0 NuGet
Aspose.HTML for Python via .NET 26.3.0 PyPI

Improvements and Changes

KeySummaryCategory
HTMLNET-6528MHTML: Ability to select and render specific attachmentsFeature
HTMLNET-6205MHT to PDF - embedded images are missing in the outputBug
HTMLNET-6967HTML-to-Tagged-PDF:
/
/
definition lists incorrectly mapped to L/LI structure elements — PDF/UA “inappropriate LI” warning (v26.x)
Bug

Public API Changes

** Added APIs **

Module / ClassMember
aspose.html.rendering.MhtmlAttachmentInfo.MhtmlAttachmentInfo() method
aspose.html.rendering.MhtmlAttachmentInfo.url property
aspose.html.rendering.MhtmlAttachmentInfo.content_type property
aspose.html.rendering.MhtmlAttachmentInfo.content_location property
aspose.html.rendering.MhtmlAttachmentInfo.content_id property
aspose.html.rendering.MhtmlAttachmentInfo.file_name property
aspose.html.rendering.MhtmlAttachmentInfo.size property
aspose.html.rendering.MhtmlAttachments.get_attachment_urls(source_stream) method
aspose.html.rendering.MhtmlAttachments.get_attachment_info(source_stream) method