Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.HTML for .NET 22.2

Download  Support Forum 

File Details

  • Downloads:
  • 15
  • File Size:
  • 19.6 MB
  • Posted By:
  • pavel.petrushechkin
  • Views:
  • 29
  • Date Added:
  • 2/11/2022

File Details

Redesigned Text Processing Algorithms

Some of the enhancements in the text processing include the application of font features, and improved rendering quality for some languages.

Better Table Header Splitting Algorithm

Due to this improved table header splitting algorithm, the table headers which are larger than the available free space are now handled in a correct way.

Better Font Selection in SVG Rendering

The font selection algorithm used when SVG is rendered has been improved. The following is a simple C# coding example to render SVG document as PNG using API:

// For complete examples and data files, please go to https://github.com/aspose-html/Aspose.HTML-for-.NET
string dataDir = RunExamples.GetDataDir_Data();

using (var document = new Aspose.Html.Dom.Svg.SVGDocument("<svg xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='40'/></svg>", @"c:\work\"))
{
    using (SvgRenderer renderer = new SvgRenderer())
    using (ImageDevice device = new ImageDevice(dataDir + @"document_out.png"))
    {
        renderer.Render(device, document);
    }
}

Improvements in HTML to PDF Conversion

This release offers various improvements and issue resolutions in converting HTML to PDF format.

For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.HTML for .NET 22.2 Release Notes.

 English