aderan / AndroidPdfiumKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidPdfiumKit

This repository combines AndroidPdfViewer and PdfiumAndroid for displaying PDFs and acquiring related information.

Introduction

This project started to extract text from PDFs, as AndroidPdfViewer and PdfiumAndroid stopped receiving updates. Submitting a PR for these projects became impractical, so a new maintenance-focused initiative was launched.

Usage

Download the latest JAR or depend via Jitpack

// settings.gradle
dependencyResolutionManagement {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

// build.gradle
dependencies {
    implementation "com.github.aderan.AndroidPdfiumKit:pdfium:0.1.2"
    implementation "com.github.aderan.AndroidPdfiumKit:pdfviewer:0.1.2"
}

References

pdfium-binaries

pdfium-lib

AndroidPdfViewer

PdfiumAndroidKt

pdfium google group

Apache PDFBox

About

License:MIT License


Languages

Language:C 60.7%Language:Java 29.0%Language:C++ 6.9%Language:Kotlin 2.9%Language:Shell 0.2%Language:CMake 0.1%