Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reading PDF from within an Android application [closed]

Tags:

android

pdf

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

like image 663
Jaykay Avatar asked Jan 10 '11 11:01

Jaykay


1 Answers

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

  • Android PDF Viewer
  • VuDroid
  • APDFViewer
  • droidreader
  • android-pdf

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

like image 51
Vikas Patidar Avatar answered Oct 20 '22 21:10

Vikas Patidar