This release brings the core PDF functionality to version 6.5.0 of the desktop SDKs.
More information regarding core PDF functionality updates can be found on What's New page.
NEW
Adds two new 64-bit native architectures, arm64-v8a and x86_64.
Adds a new tabbed viewer control that allows viewing multiple PDFs in the same viewer (API 11+). See CompleteReader sample for usage.
Adds new annotationAdded/annotationModified/annotationRemoved events to the ToolManager's AnnotationModificationListener.
Adds zoom animation effect for PDFViewCtrl.
CHANGED APIs
PDFViewCtrl.UpdateOCGContext()
PDFViewCtrl.setBuiltInPageSlidingSpeed(int, int) is changed to PDFViewCtrl.setBuiltInPageSlidingAnimationDuration(int) and PDFViewCtrl.setBuiltInPageSlidingThreshSpeed(int)