Browse our Products

Aspose.HTML for .NET 18.4 Release Notes

Aspose.HTML for .NET 18.4 Release Notes


As per regular monthly update process of all APIs being offered by Aspose, we are pleased to announce the April release of Aspose.HTML for .NET. In this release, we have made some internal bug fixes related to the document rendering. Additionally, we have improved the mechanism of the external fonts loading and introduced ‘Text Rendering Options’ object in order to give user an ability configure the text rendering quality.

Improvement and Changes

KeySummaryCategory
HTMLNET-1037HTML to PNG - not same image qualityBug
HTMLNET-1038HTML to PNG - missing symbolsBug
HTMLNET-1045CSS properties are ignoredBug
HTMLNET-1044Styles are ignored in a large HTML fileBug
HTMLNET-965Incorrect HTML to PDF renderingBug
HTMLNET-1024System.ArgumentNullException occurred at Render() methodBug
HTMLNET-1079An exception raises while loading document from HTML fileBug

Public API changes

Added APIs:

 //  TextOptions has been introduced in order to specify text rendering quality options

class Aspose.Web.Rendering.Rendering.Image.TextOptions

property Aspose.Web.Rendering.Rendering.Image.TextOptions.TextRenderingHint

// ImageRenderingOptions object has been extended by adding 'Text Rendering Options' property

property Aspose.Html.Rendering.Image.ImageRenderingOptions.Text

// Added possibility to specify CSS parsing rules by setting CSSEngineMode enumeration

enumeration Aspose.Html.Dom.Css.CSSEngineMode