Browse our Products

Aspose.HTML for .NET 23.9 Release Notes

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

In this release, we have improved the PDF rendering, the Markdown public API, and the NOSCRIPT HTML tag treatment. We added the new Aspose.Html.Accessibility namespace for testing WCAG 2 (Web Content Accessibility Guidelines) requirements (success criteria) and techniques.

Improvements and Changes

KeySummaryCategory
HTMLNET-4693Tags with hidden attribute visible in pdf outputBug
HTMLNET-4832System.AggregateException occurs while loading a documentBug
HTMLNET-4788Table-Layout:fixed causes ArgumentException: Invalid operationBug
HTMLNET-4818Infinite loop when converting HTML to PNGBug
HTMLNET-4811HTML Content being cutoff on new page when converting from HTML-PDFInvestigation
HTMLNET-4797How to get the converted Markdown file content in Memory StreamInvestigation
HTMLNET-4809libpng warning: pHYs: CRC error when converting HTML to PDFBug

Public API and Backward Incompatible Changes

Added APIs

/// <summary>
/// The <b>Aspose.Html.Dom.Accessibility</b> namespace is for all Web Accessibility related manipulations.
/// complies with international standards W3C Web Accessibility Initiative    
/// </summary>
namespace Aspose.Html.Accessibility{
}