Version 6.5.0 Changelog (May 29, 2015)
This release brings the core PDF functionality to version 6.5.0 of the desktop SDKs.
- 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.
- PDFViewCtrl.UpdateOCGContext()
- PDFViewCtrl.setBuiltInPageSlidingSpeed(int, int) is changed to PDFViewCtrl.setBuiltInPageSlidingAnimationDuration(int) and PDFViewCtrl.setBuiltInPageSlidingThreshSpeed(int)
- PDFViewCtrl.setZoom(int, int, double, bool, bool)
- PDFViewCtrl.smartZoom(int, int, bool)
- PDFViewCtrl.setPageViewMode(int, x, y, bool)
- PDFDoc.flattenAnnotationsAdvanced(long)
- Font substitution bug fixes.
- Miscellaneous bug fixes and improvements.
Did you find this helpful?