Version 5.8.2 Changelog (August 27, 2012)
Version: 5.8.2.14916
Release Date: August 27, 2012
- Added PDFViewCtrl.setTool() to set the current tool used by PDFViewCtrl without going through the ToolManager interface.
- Added PDFViewCtrl.update(boolean) to allow update all the rendered regions, not just the visible region.
- Added PDFViewCtrl.setRightToLeftLanguage(boolean) to support right-2-left languages.
- Added PDFViewCtrl.getPageSlidingCanvasTransform().
- Added pdftron.Filters.CustomFilter to support custom reading/writting. An example is added to PDFViewCtrlDemo.
- Added pdftron.PDF.PDFDoc.save(pdftron.Filters.Filter) method to save to a filter.
- Fixed an issue in JB that clicking a QuickMenu item doesn't properly set the tool.
- Changed PDFViewCtrl.openURL() to start downloading in a worker thread to prevent UI from being locked up.
- Added Font.createTrueTypeFont(Doc, java.io.InputStream, ...), and Font.createCIDTrueTypeFont(Doc, java.io.InputStream, ...) methods.
- Misc bug fixes and improvements.
Did you find this helpful?