Version 6.10.0 Changelog (March 4th, 2019)

  • Version: 6.10.0
  • Release Date: March 4th, 2019
  • Built with Xcode 10.1 (10B61)

New

  • The PTDocumentViewController document opening API has been expanded to support more file formats. It is now possible to open PDF, Microsoft Office, iWork (Pages, Keynote, Numbers), image, markdown, and other file formats in the document viewer. The files can be located locally or remotely and are downloaded by the viewer as necessary. For more information on the supported file formats, please see the document conversion guide.
1// Open a PDF, .docx, .pptx, .xlsx, .doc, and more.
2documentViewController.openDocument(with: documentURL)

Bug fixes

  • Improved memory usage in the PTPDFViewCtrl and thumbnail browser (PTThumbnailsViewController).
  • A number of miscellaneous bug fixes and improvements.

API diff

  • The signature of the openDocument(with:) method on the PTDocumentViewController class has changed and no longer throws in Swift. Errors are now reported via the PTDocumentViewControllerDelegate protocol.
  • Nullability specifiers have been added to the PTPDFViewCtrl class and the PTPDFViewCtrlDelegate and PTPDFViewCtrlToolDelegate protocols.
  • The PTAnalyticsHandlerAdapter class has been deprecated in favor of the new PTAnalyticsManager API.
  • The PTLocalizedString macro is now a function that is accessible from Swift.

Did you find this helpful?

Trial setup questions?

Ask experts on Discord

Need other help?

Contact Support

Pricing or product questions?

Contact Sales