Browse our Products

Aspose.HTML for .NET 22.7 Release Notes

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

In this release, we have improved various parts of the parsing and rendering algorithms, here are some of them:

  • Improved memory handling when processing images.
  • Improved processing of the readonly and disabled properties for textbox in HTML.
  • Improved processing the current user fonts path.

Improvements and Changes

KeySummaryCategory
HTMLNET-3712Memory is not released after HTML to PDF conversionBug
HTMLNET-3927Textboxes are editable in PDF even though they are set as readonly and disabled property for textbox in HTMLBug
HTMLNET-2796Epub to png produces OutOfMemoryBug
HTMLNET-3578HTML to PNG - IndexOutOfRangeException errorBug

Public API and Backward Incompatible Changes

Removed APIs

namespace Aspose.Html.Saving
{
    public enum HTMLSaveFormat
    {
       HTML = 0;
    }
}
In this release, the functionality for working with videos has been removed.