Browse our Products

Aspose.HTML for .NET 21.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 made many improvements to our web page saver, here are some of them:

  • Increased the accuracy of absolutely positioned elements rendering.
  • Introduced the new resource handling option, which allows to ignore certain resources.
  • Improved the saved resource naming algorithm.
  • Increased the performance of web page saver.
  • Improved the rendering of deeply nested HTML elements.

Improvements and Changes

KeySummaryCategory
HTMLNET-3200DOC to HTML to DOC - Layout is changed and alignment issuesBug
HTMLNET-3028StackOverFlowError occurs while converting HTML to PDFBug

Public API and Backward Incompatible Changes

Added APIs

namespace Aspose.Html.Saving
{
    public enum ResourceHandling
    {
        /// <summary>
        /// Resource will not be saved.
        /// </summary>
        Ignore
    }
}