PSPDFKit 2.4 for Windows release features
Table of contents
Today we’re shipping PSPDFKit 2.4 for Windows. This release features support for touch gestures such as pinch to zoom. We also added support for embedded PDF JavaScript!
Pinch To Zoom

On touch devices you can now use gestures such as pinching to zoom in and out of the document, when Page Transition mode is set to Jump (know as per-spread in code).
You can also tap left and right of the page to move forward and backward through the document. This can be particularly useful on small form factor tablets. Double tapping now zooms in and out of the page in both Continuous and Jump Page Transition modes.
JavaScript Support

Some interactive PDF forms use embedded JavaScript to add custom validation rules, calculations, or other interactive functionality. We’re excited to bring support for these JavaScript features to PSPDFKit for Windows.
Additional New Features
Also included in this release are the following new features and improvements:
- A Catalog example demonstrating how to implement an AES encrypted
DataProvider. - A new parameter to
Ink.SetBoundingBoxAndResizeLinesallows you fit an ink annotation, for example an ink signature, into a bounding box while maintaining the aspect ratio. BitmapPixelFormatandBitmapAlphaModecan now be specified when rendering to bitmaps.- Experimental Hololens support
Final Notes
This release also includes a number of bug fixes and some minor improvements. For a complete list of changes, see the changelog.