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!

有帮助吗?

解决方案

There are some libraries and sdk.

This might help you

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

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top