Simple yet powerful and reusable Pdf generation and viewer for android platform
This project aims to provide a reusable pdf ganeration and pdf viewer code for Android. It was originally based on two open source projects.
- Pdf writer code from: apwlibrary
- Pdf reader code from: mupdf
- Easy to port code in any Android project.
- Pdf reader code based on Shared library of libs folder.
- Smoothly pinch zoom , search text and slider for page navigation in pdf viewer.
- pdf writer code is totally written in Java.
- This sample code is currently under development stage.
- Improvements and suggestions are always welcome.
- Pdf writer code having BSD License. apwlibrary
- Pdf reader code having GNU GPL v3 License. mupdf