Link

January 2018 Release (7.21.26)

Release date: 26th January 2018 (7.19.22)

Next release: 23rd February 2018

Key features at a glance

  • Option to use off screen rendering to improve performance in the Viewer added
  • Form field highlighting in the Viewer implemented
  • Improvements to memory usage in JPEG image formats added
  • Extensive tidy of core code base

Enhancements

  • [JPED-220] - Option to use off screen rendering to improve performance added
    We have implemented changes to improve off screen rendering in the Viewer
  • [JPED-227]- Highlight rendering for off screen rendering updated
    Implemented
  • [JPED-232] – Form Field highlighting to added Viewer
    Form fields will now be highlighted in the Swing Viewer
  • [JPED-201] – Checking added to Type 1 eexec decryption code
    Implemented
  • [JPED-244] - Empty arrays in Type 1 dictionaries now allowed for
    Implemented
  • [JPED-245] - Alternative terminators to Type 1 encoding tables now allowed for
    Implemented
  • [CORE-2936] - General code improvements
    Old code, redundant throws and parameters removed, statement lambdas replaced with expression
    lambdas among other small changes
  • [CORE-3010] - Copyright headers updated to 2018
    Implemented
  • [CORE-3020] - Memory usage improved for JPEG image formats
    Implemented

Fixes

  • [JPED-236] – Large images with the same name as smaller cached images not being extracted
    Fixed
  • [JPED-243] –Mouse entered actions not triggered correctly
    Fixed
  • [JPED-235] – Flipping text / resizing page boundary when zooming
    Fixed
  • [JPED-225] – Missing glow border in off screen rendering mode
    Fixed
  • [JPED-226] - Off screen rendering not updated correctly on page scrolling
    Fixed
  • [JPED-238] - Issue with form annotation saving
    Fixed
  • [CORE-2966] – Digital Signatures not appearing in Viewer
    Fixed
  • [CORE-2981] – PDF encoded characters being remapped in substitute font
    Fixed
  • [CORE-2994] – Downscaled image being scaled incorrectly
    Fixed
  • [CORE-3004] – Search result unable to find valid teaser
    Fixed
  • [CORE-3006] – Metadata not being read correctly in encrypted or password protected files
    Fixed
  • [CORE-3019] – RGBByteArray conversion not implemented in Grey Color Space code
    Fixed