Aspose.HTML for .NET Releases

Released: Feb 28, 2024

Updates in V24.2

Fehlerkorrekturen

  • 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

Fehlerkorrekturen

  • 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

Funktionen

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

Fehlerkorrekturen

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

Released: Nov 4, 2023

Updates in V23.11

Fehlerkorrekturen

  • 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

Funktionen

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

Fehlerkorrekturen

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

Released: Sep 5, 2023

Updates in V23.9

Fehlerkorrekturen

  • Tags with hidden attribute visible in PDF output.
  • System.AggregateException occurs while loading a document.
  • Table-Layout:fixed causes ArgumentException: Invalid operation.
  • Infinite loop when converting HTML to PNG.
  • HTML Content being cutoff on new page when converting from HTML-PDF.
  • How to get the converted Markdown file content in Memory Stream.
  • libpng warning: pHYs: CRC error when converting HTML to PDF.

Released: Aug 4, 2023

Updates in V23.8.1

Funktionen

  • Improved HTMLrenderer performance.

Released: Jul 12, 2023

Updates in V23.7

Funktionen

  • Added API for converting HTML to text.
  • Improved ECMAScript 2020, 2021, 2022, 2023 support in JavaScript.

Fehlerkorrekturen

  • HTML to PDF - Lower half getting cut.

Released: Jun 29, 2023

Updates in V23.6

Fehlerkorrekturen

  • Accessibility check fails in resultant PDF file.
  • HTML to PNG - ArgumentException : Incompatible unit types.
  • HTML to PDF: Incorrect output file.
  • Regression: EPUB to PDF file empty blank.
  • Add article in the documentation.
  • HTML to PDF: CSS is not retained upon conversion.
  • EPUB to PDF converting: result PDF has incorrect layout.

Released: May 3, 2023

Updates in V23.5

Funktionen

  • Added support for WOFF2 font format.
  • Improved TTF font support.
  • Improved HTML parsing and rendering quality.

Fehlerkorrekturen

  • Add image to the title.
  • How to disable preloading of external resources when creating an HTMLDocument from a stream.
  • Convert from HTML to PNG failed for Arabic Text.
  • EPUB to PDF converting: not all pages are in the output file, only the first one is filled.
  • Fix ending of front matter syntax if the value of node was changed.
  • Web URL to PDF: Converting web url...