ICEpdf 6.0.1 Release Notes

compared with
Current by Patrick Corless
on Nov 23, 2015 14:35.


 
Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 3 changes. View first change.

 {section}
  
 {column:width=100px}
 \\
 !icepdf-app-icon-64x64.png|align=left!
 {column}
  
 {column}
 \\
 h1. ICEpdf 6.0.1 Release Notes
  
 *{_}November 23rd, 2015{_}*
 {column}
 {section}
 ----
 h3. Contents
  
 This document includes the following sections:
  
 * [About This Release|#about]
 * [Notable Changes and Enhancements|#notablechanges]
 * [Known Issues|#knownissues]
 * [Migration Notes|#migrationnotes]
 * [Support|#support]
  
 {anchor:about}
  
 h3. About This Release
  
 ICEpdf v6.0.1 is a certified maintenance release.
 \\
  
 {anchor:notablechanges}
  
 h3. Notable Changes and Enhancements
  
 * *Rendering Core*
 ** Improved CCITTFax image processing.
 ** Graphics clipping optimization significantly speeds up page painting.
 ** Added support for decode of 1, 2 and 4 bit JBIG2 images.
  ** Added support for decode for 1, 2 and 4 bit JBIG2 images.
 ** Improved parsing of PDF destination data.
 ** Fix several problems with parsing inline images.
** Addition of scaled tile painting for improve quality at high zoom values.
  ** Addition of scaled tile painting for improve quality at varying zoom values.
 ** Numerous image handling improvements.
 ** Fix a but which was causing annotations without content streams from being painted.
  ** Fixed a bug which was causing annotations without content streams from being painted.
 ** Addressed a OFont advance caching issue which caused some glyphs to be incorrectly painted.
 ** Added parser support for inline font dictionaries.
  
  
 * *Viewer RI*
 ** Fixed an issue where the default fill colors for square and circle annotation tools were not being respected.
 ** General reminder that Form Widgets have configurable parameter on the Document class and a new button to show/hide a background color. The highlight when enabled can help users find form elements on a page.
 ** Fixed an issue where some xobject text could not be selected.
  
 * *Build and Bundle*
 ** Maven dependencies for the icepdf-viewer.jar have been updated to correctly point the os icepdf-core jar.
 ** Levigo jbig2 library found in the PRO bundles has been updated to version 1.6.4.
  
 * *Font Engine*
 ** Fixed a regression in the FontManger which was creating an empty font list if the the FontProperties manager wasn't initialized first.
 ** Implementation of getStyle() method was added to the font engine.
 ** Fixed multi byte encoding issue with some CID fonts which was preventing some PDF text from rendering correctly.
  
 For a complete list of all changes in this release, see the related JIRA [Change Log|http://jira.icesoft.org/browse/PDF/fixforversion/12071].
 \\
  
 {anchor:knownissues}
  
 h3. Known Issues
  
 The following section describes the most commonly encountered known issues with this release. For a complete reference of all outstanding issues please refer to the ICEpdf.org JIRA issue tracker.
 General
 * Choice Button may persist in thew viewer even after focus is lost but data will be written as expected on OSX.
 * Language support for none English languages is limited to the main Viewer controls and may be incomplete for the Utility pane or popup dialogs.
 \\
  
 {anchor:migrationnotes}
 h3. Migration Notes
  
  
 h4. 5.x to 6.x Migration Notes
  
 *API Behavior Changes*
 * In memory file loading is now the default behavior for files under 200 MB. The system property org.icepdf.core.filecache.enabled=false to override this behavior.
 * API access is now possible for a Page's Shapes.
  
 *Viewer RI*
 * The Viewer RI has been updated with new annotation components to represent each form field type. Manipulating this components will change the underling data model for the respective field type.
 * A new interactive form toolbar has been added the main tool bar. The interactive form toolbar currently only contains one button to control form field highlight visibility. The toolbar can be hidden using the PropertiesManager and the property application.toolbar.show.forms=false.
  
 h4. 4.x to 5.x Migration Notes
  
 *API Packaging Changes*
 * The memory manager has been updated and it is no longer required to lock a Page object when accessing it through the PageTree API.
 * PagePainter object is no long passed into a call to Page.paint() method. If long running Page paint method needs to be interrupted then a call to page.requestInterrupt() should be made.
 * The use of Hashtable in the Dictionary class has been replaced with HashMap object.
  
 *System Properties*
 * Image scaling is now off by default and there two new scaling options, more information can be referenced found here, [imaging options|http://www.icesoft.org/wiki/display/PDF/Imaging+Options]
 * Many system properties have been removed as they are no longer needed or irrelevant. Please review [System Properties|http://www.icesoft.org/wiki/display/PDF/System+Properties] for a complete list of supported system properties.
  
 *Viewer RI*
 * The Viewer RI has been updated to support annotation editing tools, for more information on these see [Working with Annotations | http://www.icesoft.org/wiki/display/PDF/Working+with+Annotations].
 * Layer support has been added to the Viewer RI utility pane, for more information see [User Layers |http://www.icesoft.org/wiki/display/PDF/Changing+Visibility+of+Layered+Content].
  
  
 h4. 3.x to 4.x Migration Notes
  
 The following changes may affect applications that were originally developed with a previous version of ICEpdf.
 ICEpdf Core API
 * When extracting text using the org.icepdf.core.pobjects.Page Object the method not longer turns a Vector of Strings. Instead it now returns the data structure org.icepdf.core.pobjects.graphics.text.PageText. See class document and the example _install_dir_/icepdf/examples/extraction/PageTextExtraction.java for correct usage.
  
 h4. 2.x to 4.x Migration Notes
  
 The following changes may affect applications that were originally developed with a previous version of ICEpdf.
  
 *ICEpdf Jar File Changes*
 * The ICEpdf jar file names have been updated to better indicate their respective usage.
 * Please update your applications to reflect the new jar names.
 ** icepdf-core.jar - was icepdf.jar, contains core ICEpdf rendering classes.
 ** icepdf-viewer.jar - was ri_pdf.jar, contains viewer reference implementation.
 ** icepdf-pro.jar ^\*^ \- Professional font library available under commercial licensing.
 ** icepdf-pro-int.jar ^\*^ \- Professional font library CMap files, available under commercial licensing.
 ^\*^ Denotes JAR files that are only available in ICEpdf Pro commercial release.
  
 *API Packaging Changes*
 * ICEpdf 4.0 packaging has been updated to match the domain of the new community site [http://www.icepdf.org/].
 * Please update your applications to reflect the new base package name.
 ** Former package-name: com.icesoft.\*
 ** New package-name: org.icepdf.\*
 * The ICEpdf API rendering core is now rooted at org.icepdf.core.*.
 * The ICEpdf API viewer reference implementation is now rooted at org.icepdf.ri.*.
  
 *System Properties*
 * ICEpdf system properties have been changed to match the domain name of the community site [http://www.icepdf.org/].
 * Please update your applications use of ICEpdf system properties to reflect the new base package name.
 ** Former package-name: com.icesoft.\*
 ** New package-name: org.icepdf.\*
  
 *JDK 1.5\+ Now Required*
 * ICEpdf source code has been updated to the JDK 1.5 Java language specification to take advantage of numerous features and improvements to the Java programming language. As a result, ICEpdf v4.0 is not deployable to Java JRE versions older than 1.5.
 * Older versions of the Java JDK and JRE have been added to Sun's end of life and are no longer publicly supported.
 ** JDK 1.3.1 reached the end of its service life (EOSL), December 11th, 2006.
 ** JDK 1.4.2 reached the end of its service life (EOSL), October 11th, 2008.
 * For more information on Java Platform Migration please see [http://java.sun.com/j2se/JM_White_Paper_R6A.pdf].
  
 *Logging System*
 * ICEpdf 4.0 now uses Java logging API for all logging tasks.
 * A sample logging.properties file is included in the directory .../install_dir/icepdf/lib/.
 * The custom logging properties file can be specified with the following system property:
 ** \-Djava.util.logging.config.file=logging.properties
 * Further information on java.util.logging can be found at [http://java.sun.com/j2se/1.5.0/docs/guide/logging/].
  
 \\
  
 {anchor:support}
  
 h3. Support
  
 Please visit the [www.icepdf.org|http://www.icepdf.org/] community site for additional information, demos, and resources.
  
 All questions, comments, or general discussion specific to ICEpdf 5.0 should be made in the [ICEpdf Forum|http://www.icefaces.org/JForum/forums/show/28.page] forum.
  
 For information on commercial support, professional services, and training, please visit [http://support.icepdf.org].

© Copyright 2017 ICEsoft Technologies Canada Corp.