Did you find this guide helpful?
Some test text!
Android / Changelog / v6.9.2
Version: 6.9.2.68755
Release Date: December 10, 2018
RectRedactionCreate
tool for creating redaction annotations as well redact content, see guide here: use redaction tool <style name="QuickMenuButton" parent="Widget.AppCompat.Button.Borderless">
<item name="android:background">?attr/selectableItemBackground</item>
<item name="android:textAllCaps">false</item>
</style>
DocumentActivity
no longer asks for storage permission. However if you are opening files from local storage, you will need to request storage permission in your application prior to opening the DocumentActivity
, for example:if (!Utils.hasStoragePermission(this)) {
Utils.requestStoragePermissions(this, null, RequestCode.STORAGE_1);
}
AdvancedReaderActivity
PrintAnnotationsSummaryDialogFragment
cannot be used in an ActivityannotationLayerEnabled
is set to truePdfViewCtrlTabHostFragment
PDFViewCtrl::onScroll
DigitalSignature
class has been added with the new signature UI, along with APIs to set the keystore file path as well as passwordRectRedactionCreate
class for content redactionToolManagerBuilder::setUseDigitalSignature
ToolManagerBuilder::setDigitalSignatureKeystorePath
ToolManagerBuilder::setDigitalSignatureKeystorePassword
ToolManager::setDigitalSignatureKeystorePath
ToolManager::getDigitalSignatureKeystore
ToolManager::setDigitalSignatureKeystorePassword
ToolManager::getDigitalSignatureKeystorePassword
DigitalSignature
class has been renamed to DigitalSignatureLegacy
and marked as deprecatedTrial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales