Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 604 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 604 Bytes

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.