Step 1. Add the JitPack repository to your build file, Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.hamidrezaamz:android-support-pdfium:x.x.x (last version)'
}
This library instructs how to build pdfium natives with origin/HEAD for Android.
Fork a copy of the repo, follow BUILD.md to build the natives for Android
- All features from barteksc/PdfiumAndroid
- Text functions(locate/extract)
- Search functions(previous/next)
jni layer mod from [barteksc/PdfiumAndroid](https://github.com/barteksc/PdfiumAndroid