Blog Post

PSPDFKit 6.1 for iOS

Illustration: PSPDFKit 6.1 for iOS

We are proud to announce the immediate availability of PSPDFKit 6.1 for iOS. This release focused heavily on fixing a lot of edge cases that were discovered after releasing PDF Viewer for iOS on the App Store. In addition to that we have also greatly improved the indexed search component and made it work well with Spotlight. The document Search UI got a facelift as well. This version features new a new Analytics API which make it much easier to track events without the need for subclassing. We also improved the image cache to be even faster. Take a look at our changelog to read up on all the details.

This release now requires Xcode 8.1, which further helps reduce the binary size and increases performance.

New Search Interface

We optimized and designed a whole new interface for searching inside a document. The new UI is not only nicer looking, it is also simpler and much more intuitive. We have also given you the option to group currently visible pages so their search results are highlighted in a special section at the beginning of the search result list. See the searchVisiblePagesFirst property for details.

Search Interface

Create Pages from Image

The Document Editor component allows you to add/edit/remove and rotate pages. As of PSPDFKit 6.1 for iOS, you can now also create a page from an existing image or by capturing a new image with the camera. This is great for scanning images and makes the document editor even more powerful than before. The page size is automatically adapted to the selected image size, although you can choose whatever page size you want and the image will fit right in.

New Page from Image

Analytics Integration

With PSPDFKit 6.1, we created an Analytics API that allows you to capture all common events, such as opening/closing a document, changing pages, creating annotations or performing a search. While this was possible before, the new API makes this much, much simpler and you’ll continue to receive more events automatically as we add further extensions. The feature is absolutely optional. Our SDKs will not send data anywhere, unless you configure it to. See our Security Guidelines and the detailed documentation about Analytics Events for details.

Spotlight Indexing

We have extended the PSPDFLibrary component to automatically integrate into Spotlight for easy, system-wide search. See our documentation on Indexed Full text search (FTS) and the spotlightIndexingType property for details. Adding Spotlight Indexing required us to make a few API changes around the library component. Compared to the previous API, the new one will make it much easier to integrate full text search into your project and will also help reduce memory usage during indexing - see our changelog for the API changes.

Small Fixes and Improvements

We fixed many small and rare bugs, many of which were reported by users of PDF Viewer for iOS. We’ve improved memory handling, state restoration, toolbar handling, signature handling, bookmark interoperability with Apple Preview, image compression settings, stamp annotation adding, keyboard handling and much much more. There’ve also been various tweaks to the localizations. Last but not least, we also added the option to pass custom CIFilters, so you can change how a document is being rendered.

Free 60-Day Trial Try PSPDFKit in your app today.
Free Trial

Related Articles

Explore more
DEVELOPMENT  |  iOS • Android • Testing

Running Tests with Clang's AddressSanitizer

DEVELOPMENT  |  iOS • Debugging • Tips

Debugging a specific instance with scripted breakpoints

PRODUCTS  |  iOS • Releases

PSPDFKit 6 for iOS