user1982704
user1982704

Reputation: 1

What is the best way to read a PDF in Android?

I want to read a PDF in my application so which is the best way for that?

Upvotes: 0

Views: 197

Answers (1)

Shadow
Shadow

Reputation: 6899

There are set of libraries and sdk you can use to read pdf in android.

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

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

https://github.com/jblough/Android-Pdf-Viewer-Library

Upvotes: 1

Related Questions