Some test text!

Search
Hamburger Icon
PDFNet/PDFNetOBJC.h
Added +[PTBookmark CreateInternal:]
Added -[PTBookmark GetHandleInternal]
Added +[PTConvert convertOfficeToPDFWithURL:paperSize:completion:]
Tools/AnnotTypes.h
Added PTExtendedAnnotTypeRuler
Added PTExtendedAnnotTypePerimeter
Added PTExtendedAnnotTypeArea
Added PTExtendedAnnotNameRuler
Added PTExtendedAnnotNamePerimeter
Added PTExtendedAnnotNameArea
Tools/PTAnnotationToolbar.h
Added PTAnnotBarButtonRuler
Added PTAnnotBarButtonPerimeter
Added PTAnnotBarButtonArea
Tools/PTAnnotStyle.h
Added PTAnnotStyleKeyLabel
Added PTAnnotStyleKeyScale
Added PTAnnotStyleKeyPrecision
Added -[PTAnnotStyleDelegate annotStyle:labelDidChange:]
Added -[PTAnnotStyleDelegate annotStyle:measurementScaleDidChange:]
Added PTAnnotStyle.label
Added PTAnnotStyle.measurementScale
Tools/PTAreaCreate.h
Added PTAreaCreate
Tools/PTBookmarkManager.h
Added PTBookmarkManager
Added PTBookmarkManager.defaultManager
Added -[PTBookmarkManager rootPDFBookmarkForDoc:create:]
Added -[PTBookmarkManager removeRootPDFBookmarkForDoc:]
Added -[PTBookmarkManager bookmarksForDoc:]
Added -[PTBookmarkManager bookmarksForDoc:rootPDFBookmark:]
Added -[PTBookmarkManager saveBookmarks:forDoc:]
Added -[PTBookmarkManager addBookmark:forDoc:]
Added -[PTBookmarkManager updateBookmarksForDoc:pageDeletedWithPageObjNum:]
Added -[PTBookmarkManager updateBookmarksForDoc:pageMovedFromPageNumber:pageObjNum:toPageNumber:pageObjNum:]
Tools/PTColorDefaults.h
Added #def ATTRIBUTE_MEASUREMENT_SCALE
Added +[PTColorDefaults setDefaultMeasurementScale:forAnnotType:]
Added +[PTColorDefaults defaultMeasurementScaleForAnnotType:]
Tools/PTDiffViewController.h
Added PTDiffViewControllerDelegate
Added -[PTDiffViewControllerDelegate diffViewController:didCreateDiffFileAtURL:]
Added -[PTDiffViewControllerDelegate diffViewController:didFailToCompareDocumentsWithError:]
Added PTDiffViewController
Added -[PTDiffViewController initWithDocument:secondDocument:]
Added -[PTDiffViewController initWithDocument:secondDocument:firstDocumentColor:secondDocumentColor:]
Added PTDiffViewController.delegate
Added PTDiffViewController.firstDocument
Added PTDiffViewController.secondDocument
Added PTDiffViewController.firstDocumentColor
Added PTDiffViewController.secondDocumentColor
Added PTDiffViewController.blendMode
Tools/PTDocumentViewController.h
Added PTDocumentViewController.pageIndicatorShowsOnPageChange
Added PTDocumentViewController.pageIndicatorShowsWithControls
Tools/PTFileAttachmentCreate.h
Added PTFileAttachmentCreate
Tools/PTFileAttachmentHandler.h
Added PTFileAttachmentHandlerDelegate
Added -[PTFileAttachmentHandlerDelegate fileAttachmentHandler:didExportFileAttachment:fromPDFDoc:toURL:]
Added -[PTFileAttachmentHandlerDelegate fileAttachmentHandler:didFailToExportFileAttachment:fromPDFDoc:withError:]
Added PTFileAttachmentHandler
Added -[PTFileAttachmentHandler exportFileAttachment:fromPDFDoc:]
Added PTFileAttachmentHandler.delegate
Tools/PTFormFillTool.h
Added PTFormFillTool.displaysInputAccessoryView
Tools/PTMeasurementScale.h
Added PTMeasurementScale
Added -[PTMeasurementScale initWithBaseValue:baseUnit:translateValue:translateUnit:precision:]
Added PTMeasurementScale.baseValue
Added PTMeasurementScale.baseUnit
Added PTMeasurementScale.translateValue
Added PTMeasurementScale.translateUnit
Added PTMeasurementScale.precision
Added -[PTMeasurementScale initWithCoder:]
Tools/PTPerimeterCreate.h
Added PTPerimeterCreate
Tools/PTRectangleRedactionCreate.h
Added PTRectangleRedactionCreate
Tools/PTRulerCreate.h
Added PTRulerCreate
Tools/PTSelectionRectContainerView.h
Modified -[PTSelectionRectContainerView initWithPDFViewCtrl:forAnnot:withTool:]
Declaration
From- (nonnull instancetype)initWithPDFViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl forAnnot:(nonnull PTAnnot *)annot withTool:(nonnull PTTool *)tool
To- (nonnull instancetype)initWithPDFViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl forAnnot:(nullable PTAnnot *)annot withTool:(nonnull PTTool *)tool

Tools/PTSelectionRectView.h
Modified -[PTSelectionRectView initWithFrame:forAnnot:withTool:]
Declaration
From- (nonnull instancetype)initWithFrame:(CGRect)frame forAnnot:(nonnull PTAnnot *)annot withTool:(nonnull PTTool *)tool
To- (nonnull instancetype)initWithFrame:(CGRect)frame forAnnot:(nullable PTAnnot *)annot withTool:(nonnull PTTool *)tool

Tools/PTTextRedactionCreate.h
Added PTTextRedactionCreate
Tools/PTTool.h
Added -[PTTool handleFileAttachment:onPageNumber:]
Tools/PTToolManager.h
Removed PTAnnotationPermission
Removed PTToolManager.textAnnotationPermission
Removed PTToolManager.linkAnnotationPermission
Removed PTToolManager.freeTextAnnotationPermission
Removed PTToolManager.lineAnnotationPermission
Removed PTToolManager.squareAnnotationPermission
Removed PTToolManager.circleAnnotationPermission
Removed PTToolManager.polygonAnnotationPermission
Removed PTToolManager.polylineAnnotationPermission
Removed PTToolManager.highlightAnnotationPermission
Removed PTToolManager.underlineAnnotationPermission
Removed PTToolManager.squigglyAnnotationPermission
Removed PTToolManager.strikeOutAnnotationPermission
Removed PTToolManager.stampAnnotationPermission
Removed PTToolManager.caretAnnotationPermission
Removed PTToolManager.inkAnnotationPermission
Removed PTToolManager.popupAnnotationPermission
Removed PTToolManager.fileAttachmentAnnotationPermission
Removed PTToolManager.soundAnnotationPermission
Removed PTToolManager.movieAnnotationPermission
Removed PTToolManager.widgetAnnotationPermission
Removed PTToolManager.screenAnnotationPermission
Removed PTToolManager.printerMarkAnnotationPermission
Removed PTToolManager.trapNetAnnotationPermission
Removed PTToolManager.watermarkAnnotationPermission
Removed PTToolManager.threeDimensionalAnnotationPermission
Removed PTToolManager.redactAnnotationPermission
Removed PTToolManager.projectionAnnotationPermission
Removed PTToolManager.richMediaAnnotationPermission
Removed PTToolManager.arrowAnnotationPermission
Removed PTToolManager.signatureAnnotationPermission
Removed PTToolManager.cloudyAnnotationPermission
Added -[PTToolEvents tool:handleFileAttachment:onPageNumber:]
Added -[PTToolManagerDelegate toolManager:handleFileAttachment:onPageNumber:]