Frameworks
React Native
Flutter
Version 10
Version 9
Version 8
Version 7
Version 6
Version 5
PTPencilDrawingCreate
tool. The PTPencilDrawingCreate
tool allows for the creation of realistic ink drawings, freehand highlights, and more using Apple's standard iOS markup interface and drawing tools.PTThumbnailSliderViewController
has been updated with an improved appearance and behavior. Thumbnails of the document's pages are shown directly in the control and scrubbing through the pages immediately updates the PTPDFViewCtrl
's current page. It is also possible to use the new slider view outside of the PTThumbnailSliderViewController
with the new PTThumbnailSliderView
class.magnification
property on the PTThumbnailSliderView
class. A value of 1.0
disables the effect.PTThumbnailSliderView
can also be replaced with the legacy UISlider
appearance and behavior by assigning the PTThumbnailSliderViewController
class's slider
property to the contentView
property on the same class.PTCollaborationDocumentViewController
, PTCollaborationAnnotationViewController
, and PTCollaborationAnnotationReplyViewController
classes provide a document viewer, annotation list, and annotation reply control for use with the existing collaboration system. The PTCollaborationDocumentViewController
is the recommended way to integrate the collaboration UI components into a project.PTDocumentViewController
class via the openDocumentWithURL:
method.PTDocumentViewController
class without triggering iOS system gestures for the Notification Center (top), Control Center, etc.PTAnnotStyleViewController
now updates its height when the color picker is shown and again when returning back to the main style screen.PTPDFViewCtrl
memory usage when scrolling through large documents in continuous presentation mode.automaticallyHidesControls
property on the PTDocumentViewController
class has been changed to NO
. With control auto-hiding disabled, the toolbars and controls can still be hidden by tapping on the page.enableCollaborationManager:
method and collaborationManager
properties have been removed from the PTToolManager
class. To enable a collaboration manager, use the designated initializer on the PTCollaborationManager
class, which takes a PTToolManager
and user identifier string. The collaboration manager must also now be retained when not using the PTCollaborationDocumentViewController
class.Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales