Some test text!
Android / Changelog / v6.8.0
Version: 6.8.0.64821
Release Date: April 4, 2018
CustomRelativeLayout that allows UI views to be put on PDFViewCtrl com.pdftron:demo(demo.aar or pdfnet-demo-utils project) open source library package with various utility UI and APIs along with ready to use Activities. Try out com.pdftron:demo library package here .SimpleReaderActivity that allows easy integration with a ready to go viewer, and highly configurable QuickMenu and the AnnotationToolbar TextFieldCreate, CheckboxFieldCreate, and SignatureFieldCreatePDFNet.initializeno longer accepts null or empty license keys. A valid demo or commercial license key is required at all times.
Apryse core library has been repackaged to a single pdftron.aar file (full/pdftron.aar and standard/pdftron.aar). To learn more about how to integrate with latest Apryse library, see the manual integration guide . The following files that were required from previous release are no longer needed and should be removed from your project:
libs/PDFNet.jarjniLibs/arm64-v8a/libPDFNetC.sojniLibs/armeabi/libPDFNetC.sojniLibs/armeabi-v7a/libPDFNetC-v7a.sojniLibs/x86/libPDFNetC.sojniLibs/x86_64/libPDFNetC.sores/raw/pdfnet.resres/raw/pdftron_layout_resources.pluginres/raw/pdftron_smart_substitution.pluginPDFViewCtrlTools (tools.aar) project is using vector drawables from the support library, if your application does not have this yet, add the following to your module Gradle file (usually app/build.gradle):
android {
defaultConfig {
...
vectorDrawables.useSupportLibrary = true
}
}The minimum API requirement has been changed to API 16, your app will run on approximately 99.2% of devices.
Dependency AAR files have been renamed and now available to integrate via Gradle package manager :
PDFViewCtrlTools.aar -> tools.aarFloatingActionButton.aar -> floatingactionbutton.aarPageCropper.aar -> pagecropper.aarA number of static integers in PDFViewCtrl and ToolManager are now changed to enum class to better represent the data:
SDFDoc.SaveModePDFDoc.ActionTriggerModePDFDoc.FlattenModePDFDoc.InsertBookmarkModePDFViewCtrl.ConversionStatePDFViewCtrl.DownloadStatePDFViewCtrl.OverPrintModePDFViewCtrl.PageChangeStatePDFViewCtrl.PagePresentationModePDFViewCtrl.PageViewModePDFViewCtrl.PriorEventModePDFViewCtrl.TextSearchResultPDFViewCtrl.TextSelectionModePDFViewCtrl.ZoomLimitModeRequestHandler.JobRequestResultToolManager.ToolModeRemoved APIs
PDFViewCtrl.openUrlAsync insteadPDFViewCtrl.setZoomLimitsPDFViewCtrl.setRelativeZoomLimitsPDFViewCtrl.getZoomForViewModePDFViewCtrl.isContinuousPagePresentationModePDFViewCtrl.isFacingPagePresentationModePDFViewCtrl.setTextSelectionModePDFViewCtrl.setPagePresentationModePDFViewCtrl.getPagePresentationModePDFViewCtrl.setPageViewModePDFViewCtrl.getPageViewModePDFViewCtrl.setPageRefViewModePDFViewCtrl.getPageRefViewModePDFViewCtrl.setPreferredViewModePDFViewCtrl.getPreferredViewModePDFViewCtrl.setOverprintPDFViewCtrl.addDocumentDownloadListener and PDFViewCtrl.removeDocumentDownloadListenerPDFViewCtrl.addUniversalDocumentConversionListener and PDFViewCtrl.removeUniversalDocumentConversionListenerPDFViewCtrl.addPageChangeListener and PDFViewCtrl.removePageChangeListenerPolygon.createPolyLine.createMarkup.setPaddingLine.setCaptionPositionTrial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales