Aspose.HTML for .NET 22.10 Release Notes

As per regular monthly update process of all APIs being offered by Aspose, we are honored to announce the October 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 the API for working with the MD format.
  • Extended API for working with SVG.
  • Improved the algorithm for parsing MHTML documents.

Improvements and Changes

KeySummaryCategory
HTMLNET-4067HTML to Image Not Sizing CorrectlyInvestigation
HTMLNET-4083NullReferenceException is thrown while converting MHTML to PDFBug
HTMLNET-4055Fix support of multiple emphasisTask
HTMLNET-4054Parsing text from AtxHeading / Setext headingTask
HTMLNET-4053Add possibility to get markdown syntax tree from stream / save markdown syntax tree to streamTask

Public API and Backward Incompatible Changes

Added APIs

namespace Aspose.Html.Dom.Svg
{
    public class SVGGeometryElement : SVGGraphicsElement
   {
        /// <summary>
        /// Returns a new instance instance of the <see cref="SVGPathSegList"/> which represents <see cref="SVGGeometryElement"/> as path segments.
        /// </summary>
        /// <returns>A new instance instance of the <see cref="SVGPathSegList"/>.</returns>
        public SVGPathSegList GetEquivalentPath();
    }
}