Aspose.HTML for Java 릴리스
Released: Jun 30, 2026
V26.6 버젼 업데이트
기능
- Improved collection processing - Reworked the collection traversal logic by replacing recursive processing with an iterative approach.
수정사항
- Improved string processing - Corrected the implementation of character-based string processing.
Released: May 26, 2026
V26.5 버젼 업데이트
수정사항
- Incorrect PNG dimensions when converting HTML table with FitToContent options.
Released: Apr 27, 2026
V26.4 버젼 업데이트
기능
- Improved rendering quality and performance across images and other supported output formats.
수정사항
- Fixed numeric value handling, improving the accuracy and consistency of rendering and layout calculations.
Released: Mar 27, 2026
V26.3 버젼 업데이트
수정사항
- Fixed behavior of HTMLCanvasElement.width - In this release, the calculation of the width value returned by HTMLCanvasElement was fixed.
Released: Feb 21, 2026
V26.2 버젼 업데이트
수정사항
- Fixed an issue in flex layout width calculation: previously, spacing (borders/margins/padding) could be accounted for incorrectly, making the engine think there was more horizontal space than actually available.
Released: Jan 21, 2026
V26.1 버젼 업데이트
기능
- Added safety constraints (null guards) in rendering SVG image to prevent null-related issues during SVG rendering.
- Improved handling for missing SVG, missing style (width calculation), and missing/empty viewBox values by adding defensive checks and safe defaults.
- When SVG input is absent, processing now returns an empty result instead of failing.
수정사항
- Fixed RegExp behavior for matching expressions and RegExp construction.
Released: Dec 7, 2025
V25.12 버젼 업데이트
기능
- Improved escaping and normalization when patterns are constructed or transformed dynamically, making handling of special characters and null-like sequences safer and more consistent.
- Improved exception handling and diagnostics to increase stability and make failures easier to understand. These improvements cover issues encountered in JSON serialization/deserialization flows, script engine object construction and environment/binding discovery, dynamic instance creation paths, parser...
Released: Nov 30, 2025
V25.11 버젼 업데이트
수정사항
- Fixed several edge cases in the regular expression implementation, focusing on option mapping, match correctness, and inline flag handling.
- Corrected multiline-related behavior and line-terminator semantics to ensure consistent ^/$ processing and proper newline interpretation (including Unix-lines mode where applicable).
- Addressed a false-positive scenario where an escaped dot ("\.") at the beginning of the input could be misinterpreted as a real "." match, improving prefix-pattern accuracy...
Released: Oct 30, 2025
V25.10 버젼 업데이트
수정사항
- Fixed the update lifecycle for animatable SVG attributes (SMIL/CSS). Changes to baseVal/animVal now correctly flow into computed values, trigger geometry/layout/painting invalidation, and show up immediately in rendering. The update touches the SVG DOM data types layer, path segment lists.
Released: Sep 30, 2025
V25.9 버젼 업데이트
기능
- Improved support for SVG format.
- Enhanced glyph processing.
- Enhanced transformation matrix handling.
- Enhanced Brush behavior when rendering documents, text, and other elements.
- Enhanced page management for more stable and accurate rendering.