nate-eisner / pdfbox-android-lite

The Apache PdfBox project ported to work on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pdfbox-android-lite

A lightweight port of Apache's PdfBox library to be usable on Android. This implementation is forked from the PdfBox-Android project.

It's main goal is to reduce the size of the library. Therefore I've removed the PDF encryption and security support as well as some unused resources. The size of the library is reduced from approximately 7.4MB to almost 1.1MB.

The main code of this project is licensed under the Apache 2.0 License, found at http://www.apache.org/licenses/LICENSE-2.0.html Code released under other licenses will be stated in the header.

About

The Apache PdfBox project ported to work on Android

License:Apache License 2.0


Languages

Language:Java 100.0%