Scroll PDF Exporter 5.7.12
October 2022
We are pleased to announce the release of Scroll PDF Exporter 5.7.12 which is bug fix release.
This update fixes the issue of the bottom margin value not being applied for overwritten styles in Tables. Please note, that this release also includes changes that may affect your date-specific placeholders.
Confluence Version Compatibility
This is the last version of Scroll PDF Exporter that is compatible with Confluence 6.x. Support for Confluence 6.x will be dropped with the next release.
Changes to Date-Specific Placeholders
The Joda Time formatting system that was previously used with our date-specific placeholder (such as the Export Date) has now been deprecated and replaced with Java Time format.
In general the changes are minimal and should not affect the date/time pattern strings that you have defined with your placeholder(s). However, there are changes to some characters that can be used in date format strings and these differences are outlined below. You can learn more about the Java Time format here.
Symbol | Previous Behaviour (Joda Time) | New Behaviour (Java Time) |
---|---|---|
C | Century of Era - displayed as number eg. | ![]() |
x | weekyear - displayed as year eg. | zone-offset - displayed as offset-x eg. |
Y | Year of era - displayed as year eg. | week-based-year -displayed as year eg. |
Z | timezone-offset-id - displayed as zone eg. | zone-offset - displayed as offset-z eg. |
Resolved issues in this release
New Features and Improvements
Bug fixes