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.4

Download  Support Forum 

File Details

  • Downloads:
  • 10
  • File Size:
  • 19.6 MB
  • 22:
  • Date Added::
  • 4 weeks ago [4/19/2022]:
  • :

File Details

Complex Glyph Substitution Tables

Improved handling of Glyph Substitution Tables now leads to more accurately rendering of fonts containing complex substitution tables.

Compliant Document Normalization Algorithm

Updated the document normalization algorithm in accordance with the latest documentation.

Optimized Entity Parsing Algorithm

Improved the performance of the entity parsing algorithm.

Improved Bidirectional (BiDi) Text Support

Improved the performance of the Bidirectional (BiDi) text positioning algorithm.

HTML to PNG Conversion Issue Resolution

The HTML to PNG conversion was through exception. Now this issue has been resolved and HTML to PNG converter working fine. The following is a C# sample code to convert HTML to PNG format via API:

// For complete examples and data files, please go to https://github.com/aspose-html/Aspose.HTML-for-.NET
// The path to the documents directory
string dataDir = RunExamples.GetDataDir_Data();
// Source HTML document  
HTMLDocument htmlDocument = new HTMLDocument(dataDir + "input.html");
// Initialize ImageSaveOptions 
ImageSaveOptions options = new ImageSaveOptions(ImageFormat.Png);
// Output file path 
string outputFile = dataDir + "HTMLtoPNG_Output.png";
// Convert HTML to PNG
Converter.ConvertHTML(htmlDocument, options, outputFile);

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

 English