/android-support-pdfium

PDFium SDK for Android Application

Primary LanguageC

API

Installing

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)'
}

Build PDFium Library for Android

Codacy Badge

This library instructs how to build pdfium natives with origin/HEAD for Android.

HOW-TO

Fork a copy of the repo, follow BUILD.md to build the natives for Android

Features

  • All features from barteksc/PdfiumAndroid
  • Text functions(locate/extract)
  • Search functions(previous/next)

Thanks

jni layer mod from [barteksc/PdfiumAndroid](https://github.com/barteksc/PdfiumAndroid