Link

Release Notes 2020.06

Release date: 26th June 2020

Next release: 31st July 2020

Key features at a glance

  • Tidy up Text extraction examples and improve Documentation
  • Ensure JDeli always used for all PDF to image generation.
  • Preparation for Heic/Heif image output support in next release
  • Bug fixes for Client Files.

Enhancements

  • [CORE-3630] - Tidy up clipping code
    Code to apply clips simplified and a previously broken use case identified and now fixed.
  • [JPED-616] - Update JPedal example ConvertPagesToHiResImage to use JDeli for writing and support JPEG compression
    Ensure JDeli always used for Image output when converting PDF to Image.
  • [JPED-618] - Update JPedal example ConvertPagesToImages to use JDeli for writing and support JPEG compression
    Ensure JDeli always used for Image output when converting PDF to Image.
  • [CORE-3628] - Unnecessary lock flag in printing of form components
    Previously ‘hacky’ solution to synchronize Form element printing recoded and tidied up.

Fixes

  • [JPED-614] - Improve documentation on ExtractTextIn Rectangle/fix inconsistent treatment of rotated pages in text extraction examples
    Examples now all work consistently together.
  • [CORE-3606] - PDF not correctly displayed due to incorrect handling of complex escape sequence in text stream
    File now correctly displays
  • [CORE-3614] - Issue with blending on images (should be transparent but appear opaque)
    Fixes issue previously seen in customer PDF.
  • [CORE-3617] -Avoid memory issues by limiting use of smoothing on very large images
    Files with very large SMask (over 5000x5000 pixels) now display correctly without speed or memory issues.