Version 6.10.1 Changelog (March 28th, 2019)

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

New

Apryse Docs Image
  • New redaction tools, PTRectangleRedactionCreate and PTTextRedactionCreate, for creating redaction annotations as well as support for redacting content from a document. Please see our redaction tool guide for more information.
  • PTFormFillTool now has the option to display buttons above the keyboard while filling text fields to move to the next or previous text field. This feature allows for quick navigation on a page with many text fields. Please see the displaysInputAccessoryView property on the PTFormFillTool tool class.The form field advance toolbar and buttons for a text field.
Apryse Docs Image
1func toolManager(_ toolManager: PTToolManager, handle fileAttachment: PTFileAttachment, onPageNumber pageNumber: UInt) {
2 let handler = PTFileAttachmentHandler()
3 handler.delegate = self
4
5 handler.export(fileAttachment, from: self.doc)
6}
7
8func fileAttachmentHandler(_ fileAttachmentHandler: PTFileAttachmentHandler, didExport fileAttachment: PTFileAttachment, from doc: PTPDFDoc, to exportedURL: URL) {
9 // Handle exported file attachment.
10}

Bug fixes

  • A number of miscellaneous bug fixes.

API diff

Did you find this helpful?

Trial setup questions?

Ask experts on Discord

Need other help?

Contact Support

Pricing or product questions?

Contact Sales