Some test text!
If you are integrating PDFTron using Gradle, you can try out a snapshot of the next version of PDFTron Android by following the steps below. Alternatively, if you are integrating PDFTron manually via AAR or from source, you can get the latest snapshot version at our nightly builds.
In the build.gradle
file in your project's root directory, change the url to use the snapshot Maven repository:
allprojects {
repositories {
google()
maven {
// Change to snapshot Maven repository
url "https://pdftron-maven.s3.amazonaws.com/snapshot"
}
// *****Optionally Include if you are using the demo library*****
maven {
url "https://jitpack.io"
}
// ***************************************************
}
}
Then in the build.gradle
file in your app module's directory, update the PDFTron library versions to the latest snapshot version (typically named following the convention X.X.X-betaX):
dependencies {
// Update PDFTron versions to the snapshot versions
implementation "com.pdftron:pdftron:X.X.X-betaX"
implementation "com.pdftron:tools:X.X.X-betaX"
// ***** Optionally include the demo library ****
implementation "com.pdftron:demo:X.X.X-betaX"
// **********************************************
}
Get the answers you need: Support
Get unlimited trial usage of PDFTron SDK to bring accurate, reliable, and fast document processing capabilities to any application or workflow.
Select a platform to get started with your free trial.
Web
Android
iOS
Windows
Linux
Unlimited usage. No email address required.