Aspose.HTML for .NET Releases

Released: Jul 31, 2024

Updates in V24.7

Features

  • Improved handling of "broken" HTML files.

Fixes

  • Aspose.HTML 24.5: HTML to DOCX - Text is rendered as object instead of text.
  • Issue after update version for same webp file.
  • Regression: Large image height causes incorrect output location in PDF conversion.
  • Converting HTML to PNG produces an unexpected result.
  • Aspose.HTML 24.5: Cannot convert from MHTML to DOCX on macOS when charset is UTF-16.
  • Aspose.HTML Element.RemoveAttribute throws an error.
  • Control loading of the resources.
  • Potential...

Released: Jun 22, 2024

Updates in V24.6

Features

  • Updated the algorithm for detecting document encoding.
  • Improved processing of font naming tables has been implemented, which has significantly improved the quality of text rendering.

Fixes

  • Some characters are replaced with "?".
  • Issue with Table rows missing/not continuing into the next page during HTML to PDF conversion when the table reaches the end of a page.
  • HTML to image - Font-weight : 800 does not work.
  • Issues converting HTML to JPG.
  • HTML to PDF: Data gets truncated.
  • Wrong...

Released: May 3, 2024

Updates in V24.5

Fixes

  • HTML to PNG - System.OverflowException : Array dimensions exceeded supported range.
  • HTML to PNG: Unexpected Page Break.
  • Aspose.HTML Dynamic HTML (With JavaScript) to PNG conversion not working.

Released: Apr 12, 2024

Updates in V24.4

Fixes

  • HTML to PDF - SVG images need to retain their quality.
  • HTML to PNG conversion generates incorrect output on Linux System.
  • Image created from HTML was broken on Linux box while working properly in Windows systems.
  • HTML to PNG: Content is missing.

Released: Mar 19, 2024

Updates in V24.3

Fixes

  • HTML to PNG -System.NullReferenceException : Object reference not set to an instance of an object.
  • Aspose.HTML not working with ASP.NET core 'bookwarm' but working for 'bullseye'. In non working version it displays font as a block.

Released: Feb 28, 2024

Updates in V24.2

Fixes

  • PDF generation is taking more then 10 seconds.
  • Margin issue when saving HTML as an image.
  • Program hitting infinite loop and failing to generate PDF.
  • HTML tables are not rendered correctly in PDF.
  • 'System.NullReferenceException' when converting EPUB to PNG on masOS.

Released: Jan 12, 2024

Updates in V24.1

Fixes

  • Infinite loop when converting HTML to PNG.
  • HTML to PNG - System.ArgumentException: 'Invalid operation'.
  • System.OutOfMemoryException when converting HTML to PNG.

Released: Dec 5, 2023

Updates in V23.12

Features

  • Improved the CSS parser and increased parsing speed by 10-15%.
  • Reduced memory consumption in the CSS parser.

Fixes

  • HTML to PDF conversion fails.
  • HTML to PDF: Incorrect margins.

Released: Nov 4, 2023

Updates in V23.11

Fixes

  • Argument Exception value cannot be null.
  • HTML to PDF - The style and images are missing in the output PDF.
  • HTML to PDF - Content missing and exception thrown.
  • HTML element inside comment triggers an invalid output file.

Released: Oct 6, 2023

Updates in V23.10

Features

  • Added 'GetRule(string ruleName)' method to AccessibilityRules class.
  • Added 'Code' and 'Description' properties to the IRule interface.
  • Changed the type of the IRuleResult interface to ITechniqueResult.
  • Added 'Success' and 'Warnings' properties to the RuleValidationResult class.
  • Added 'Warnings' property to the ValidationResult class.

Fixes

  • Fixed issues with the Validate method of the AccessibilityValidator class.
  • Invalid HREF URL crashes converter.
  • How to block all external resource on...