Did you find this guide helpful?
Some test text!
iOS / Changelog / 6.10.0.69865
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 .
// Open a PDF, .docx, .pptx, .xlsx, .doc, and more.
documentViewController.openDocument(with: documentURL)
PTAnnotFlag
for more information) can optionally be respected when attempting to select and edit annotations. This option is found on the PTToolManager
class.PTPDFViewCtrl
class has a new GetThumbAsync:completion:
method for requesting page thumbnails that executes a completion block when the thumbnail is ready.PTToolManager
class.PTPDFDoc
class's AppendVisualDiff:p2:opts:
method. Please see our File comparison guide for more information and examples.PTPDFViewCtrl
and thumbnail browser (PTThumbnailsViewController
).openDocument(with:)
method on the PTDocumentViewController
class has changed and no longer throws in Swift. Errors are now reported via the PTDocumentViewControllerDelegate
protocol.PTPDFViewCtrl
class and the PTPDFViewCtrlDelegate
and PTPDFViewCtrlToolDelegate
protocols.PTAnalyticsHandlerAdapter
class has been deprecated in favor of the new PTAnalyticsManager
API.PTLocalizedString
macro is now a function that is accessible from Swift.Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales