Aspose.HTML for .NET Releases
Released: Sep 5, 2023
Updates in V23.9
Fixes
- 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
Features
- Improved HTMLrenderer performance.
Released: Jul 12, 2023
Updates in V23.7
Features
- Added API for converting HTML to text.
- Improved ECMAScript 2020, 2021, 2022, 2023 support in JavaScript.
Fixes
- HTML to PDF - Lower half getting cut.
Released: Jun 29, 2023
Updates in V23.6
Fixes
- 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
Features
- Added support for WOFF2 font format.
- Improved TTF font support.
- Improved HTML parsing and rendering quality.
Fixes
- 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 to the PDF...
Released: Apr 4, 2023
Updates in V23.4
Features
- Added support for WebP image format.
- Expanded public API to work with Markdown.
- Improved quality of HTML parsing and rendering.
- The old frameworks have been removed so that only Microsoft .NET Standard 2.0 support is still available.
Fixes
- HTML to XPS - image is missing in the output.
- Add setter for label of LinkReferenceDefinitionSyntaxNode.
- HTML content is not loaded correctly.
- System.ArgumentException: 'Incompatible unit types.' message when converting HTML to PDF.
- Web URL to PDF...
Released: Mar 10, 2023
Updates in V23.3
Features
- Improved memory management.
- Expanded public API to work with 'CancellationToken'.
Fixes
- Renderer.Renderer method overload.
- System.OutOfMemoryException when converting HTML to PNG.
Released: Feb 1, 2023
Updates in V23.2
Features
- Improved quality when rendering and creating documents.
Fixes
- HTML to PNG - Index was outside the bounds of the array when margins 36 for all sides.
- HTML to PNG - Layout issue.
- HTML to PDF - Background-position has no effect.
Released: Jan 20, 2023
Updates in V23.1
Features
- Improved memory usage and improved performance.
- Improved HTML forms to PDF conversion.
Released: Nov 22, 2022
Updates in V22.11
Features
- Improved TTF font processing.
- Improved working with memory.
- Improved table rendering.
Fixes
- Converting from HTML to PDF is causing ‘Nullable object must have a value’ exception.
- System.NullReferenceException when converting Markdown to PNG.
- HTMLCollection not advancing enumerator.
- Export HTML as Flattened PDF document.
- Converting from HTML to PDF is not wrapping text.
- Provide HTML Renderer to allow getting rendered HTML from source HTML after executing JavaScript in it.
- HTML checkbox...