Question

I have: First goal: figure out how to load a PDF from the internet and display it whithin my app Second (maybe more complex) goal: download a pdf and display OFFLINE within my app

I looked for some solution on stackoverflow and on the Internet but I can't figure out how to implement it

For example I found Mupdf and the source code of some PDF viewer for Android but I'm quite confused: why is so difficult to display a "simple PDF"? Is there any Java library that will do it without incorporate external source code etc.?

Any suggestion is really appreciated. Thanks in advance!

Was it helpful?

Solution

There are some libraries and sdk.

This might help you

http://www.qoppa.com/android/pdfsdk/

http://code.google.com/p/droidreader/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top