Frameworks
React Native
Flutter
Version 10
Version 9
Version 8
Version 7
Version 6
Version 5
Release Date: 2016.11.14
6.7.1 is a major release. Please see What's New for the changes that affect all platforms, including iOS.
The framework now ships as a dynamic framework. (A static version is still also included.) The dynamic framework simplifies integration, improves compile (linking) time and enables smaller app updates. Please see the transition guide Static to Dynamic Library Migration Guide
, also included in the download package, for moving from the static library to the dynamic library.
A bitcode version of the SDK is available license holders, but is not included in the standard download. If you you require a bitcode version of the SDK, please contact us at support@apryse.com.
##Framework changes:
#import <PDFNet/PDFNet.h>
for access to all classes and methods.purgeMemoryOnMemoryWarning
PTPDFViewCtrl
Changes:New:overlayView
property, used to display content on top of the PDF. This the preferred method, rather than using the ContainerView instance variable.purgeMemoryOnMemoryWarning
property, used to control if memory is automatically purged if a system memory warning is received. Default is YES
. - directionalLockEnabled
property, used to control if the UIScrollViewer that displays the PDF has the directional lock enabled. Default is YES
. - -(PTPDFRect*)GetScreenRectForAnnot:page_num:
, used to get the bounding box for an annotation. - -(void)RefreshAndUpdate:
, used to refresh the PDF after a JavaScript intiated document change. - -(void)ClearThumbCache
, used to delete the thumbnail cache. - -(void)ExecuteActionWithActionParameter:
, typically used to execute a JavaScript action.
Changed:
PTToolDelegate
protocol renamed to PTTool
, better reflecting the nature of the protocol.PTPDFViewCtrlDelegate
Protocol Changes:New:-(void)javascriptCallback:json:
, used to handle JavaScript callback actions.PTTool
Protocol Changes:New:-(void)javascriptCallback:json:
, used to handle JavaScript callback actions.#import <Tools/Tools.h>
gives access to the entire library.showMenu
has been changed to showSelectionMenu
to avoid a new conflict with an Apple private API which on occasion caused an app store submission to be rejected.
AVKit
for the new movie player.Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales