Some test text!
Android / FAQ / How do I use the standard version of Apryse Android?
First integrate the Apryse libraries are described in this guide .
Open the build.gradle
file in your app module's directory and edit it to add a dependency for the standard version of Apryse:
dependencies {
// ...
- implementation "com.pdftron:pdftron:11.0.0"
+ implementation "com.pdftron:pdftron-standard:11.0.0"
implementation "com.pdftron:tools:11.0.0"
implementation 'androidx.multidex:multidex:2.0.1'
}
First integrate the Apryse libraries are described in this guide .
Instead of copying pdftron.aar
from /lib/full/pdftron.aar
, copy it from /lib/standard/pdftron.aar
.
To use the standard version together with DocumentActivity
or PdfViewCtrlTabHostFragment2
, change the ViewerConfig
:
ViewerConfig config = new ViewerConfig.Builder()
.useStandardLibrary(true)
.build();
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales