0

I am going to read a pdf file from my sdcard and load it into my android application without starting any pdf reader installed on my android device!

is it possible? how?

thanks!

  • By *loading into your application* do you mean for displaying or do you mean for UI-less processing? – mkl Aug 25 '15 at 07:23

2 Answers2

0

The content of the .pdf can be read with read with the iText library for Android http://itextpdf.com/product/itextg But If you want see the content you need a pdf viewer app or integrate one in your app

Jose A Lopez Pastor
  • 337
  • 2
  • 4
  • 16
0

Or if you have access to internet, just upload it to Google Drive and view it online.
Just you need a Browser in this case.