10

I am looking for a library/API that I wish to integrate to an Android application so that I can read any PDF files from within the application instead of using any third party applications!

By any PDF, I mean, say an Article in a magazine. I have the entire content of the article in PDF format. I would fetch the pdf from a server and download it into my device. Without using any external application like pdf reader, I would like to load this article.

Any suggestion on this is welcome!!

Thanks

Jaykay
  • 666
  • 1
  • 4
  • 17

1 Answers1

12

Take a look into source codes of this applications on Google Code:

Definitely you will find which API/Library they are using.

Vikas Patidar
  • 42,865
  • 22
  • 93
  • 106