Browse our Products Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
Improved handling of Glyph Substitution Tables now leads to more accurately rendering of fonts containing complex substitution tables.
Updated the document normalization algorithm in accordance with the latest documentation.
Improved the performance of the entity parsing algorithm.
Improved the performance of the Bidirectional (BiDi) text positioning algorithm.
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.