qPDF Toolkit Change Log / Release History


Download qPDF Toolkit

Version 5.12 – 06/11/2018
QT-31 – Rounding error in the appearance height of digital signature fields

Version 5.11 – 12/15/2017
QT-29 – Document Specific: Text typed in interactive form fields is not showing

Version 5.10 – 12/14/2017
QT-28 – Fix stroke issue for CJK fonts when size is less than 10 due to Android integral font size

Version 5.9 and 5.9.1 – 09/20/2017
QT-27 – Annotations can not be moved easily when PDF contains pages with different orientation

Version 5.8 – 08/18/2017
QT-26 – Document Specific: Overlapping characters / font spacing due to rounding error when font size is small and page has a transform.

Version 5.7 – 08/08/2017
QT-25 – Add option to compress images to Flate in SignatureAppearance. Default compression remains JPG.

Version 5.6 – 04/29/2017
QT-24 – Replaced class PixelXorXfermode to avoid error on Android API Level 24: Warning:com.qoppa.viewer.b.h: can’t find referenced class android.graphics.PixelXorXfermode

Version 5.5 – 04/27/2017
QT-23 – Fix Error in Strict Mode java.lang.Throwable: Explicit termination method ‘end’ not called

Version 5.4 – 03/23/2017
QT-22 – Fix memory leak when using multiple QPDFViewerViews

Version 5.3 – 02/10/2017
QT-21 – Resolve error loading PDF 1 >= 1 due to java.lang.ArrayIndexOutOfBoundsException: 1 >= 1

Version 5.2 – 12/14/2016
QT-20 – Form editing font is too small / issue with font size when editing form fields when the widget has its own Default Appearance

Version 5.1.1 – 11/28/2016
QT-19 – SDK Version 25: FloatMat has been deprecated / removed. Can’t find referenced method ‘float sqrt(float)’ in library class android.util.FloatMat

Version 5.1 – 11/07/2016
QT-17 – Exception handling for Canvas.save and Canvas.restore “Attempt to invoke virtual method ‘int android.graphics.Canvas.save()’ on a null object reference”
QT-18 – Recompiled the native libraries (.so files) using the following flags: -z,relro,-z,now –fstack-protector-strong

Version 5.0.5 – 9/16/2016
Fix for masks that have a different size than the image for JPEGs

Version 5.0.4- 07/06/2016
Fix issue with indexed color spaces

Version 5.0.3- 06/06/2016
QT-13 – Resample when an image and its mask are different size

Version 5.0.2- 05/25/2016
QT-15 – Fix auto size fonts in list widgets

Version 5.0.1- 05/16/2016
QT-14 – Fix class cast exception when long pressing document in a QPDFViewerView. Error log:

java.lang.ClassCastException: com.qoppa.viewer.QPDFViewerView cannot be cast to com.qoppa.notes.b.b at com.qoppa.viewer.c.b.onLongPress(Unknown Source)

Version 5.0 – 05/16/2016
QT-12 – Add FormFill Activity, an efficient table view for interactive form filling.