Frameworks
React Native
Flutter
Package samples
Cookbook
Version 11
Version 10
Version 9
Version 8
Version 7
Version 6
Version 5
build.gradle
file (usually app/build.gradle
), set the minSdkVersion
to 21+ and enable compatibility for Java 8 features. Then, add the dependency for Apryse's collaboration package:pdftron-collab.aar
directly into your app module's libs
directory. You will see other Apryse AARs here such as pdftron.aar
and tools.aar
build.gradle
file (usually app/build.gradle
), make sure the minSdkVersion
is 21+ using Java 8 features. And add a dependency to Apryse collaboration package:AndroidManifest.xml
as described in Step 1 of this guide.CollabViewerTabHostFragment2
, and start it like any other Android Fragment.where R.id.fragment_container
is the resource id of a layout in your activity that will contain your fragment:
For example:
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales