Link

2021.08 Release Notes

Release date: 10th August 2021

Next release: 21st September 2021

Enhancements:

[HTML-3511] Added a new minFontSize setting. This setting is designed for content aimed at Chinese, Japanese, Korean, Thai, and other markets where the locale-specific version of Chrome has a default minimum font size of 12px (Chinese) or 10px (Japanese).

When this setting is used, any text below the provided font size will be rendered at that size and scaled down to the correct size using a CSS scale transform. Without this setting, Chrome may display text larger than intended.

More info: setMinFontSize Javadoc

[HTML-3503] Increased the accuracy of transformed text positioning which improves the display of files with text that follows a curved path

[HTML-3515] Updated IDRviewer developer dependencies to the latest versions to resolve GitHub Dependabot security warnings which results in minor changes to the minified idrviewer.js

Fixes:

[HTML-3520] Fixed an issue where glyph names that contained hex-encoded values could be improperly decoded causing incorrect display of the character

[HTML-3518] Fixed a regression in 2021.06 that caused group transparency to no longer be applied to HTML text as a result of the XObject group development

[HTML-3504] Fixed an issue with the experimentalTextMode setting where text would become invisible if the page was detected as complex

[CORE-3797] Fixed an issue when handling single number values in Object Arrays that caused an exception that would prematurely end processing of the page

[CORE-3795] Fixed an issue when handling a rare null value for page clip that caused an exception which prevented conversion of the document

[CORE-3794] Fixed an issue in the clip handling of marked content that caused some elements to be missing in the conversion

[CORE-3785] Fixed an issue in the clip handling of marked content that caused some elements to be missing in the conversion

[CORE-3782] Fixed a StackOverflowException caused by a self-referencing kids array which prevented conversion of the document

[CORE-3779] Added a workaround to handle an incorrect data type in the PDF stream which prevented signed signature fields being displayed