Read or open a PDF file using iText in android

Wolverine picture Wolverine · Feb 15, 2012 · Viewed 7.2k times · Source

i am new to android application development. using iText i had done the PDF creation n write on that created file now i want to read that PDF file. how to open or read a PDF file using iText.

Examples will be appreciable..

thenx in advance.....!!!

which is the best library to render the PDF file..???? JPedal / iText / gnujpdf or anyother.....?????

Answer

OleGG picture OleGG · Feb 15, 2012

Actually, iText is only for PDF creation, it doesn't contains viewer part. So, you need to choose some another library. You can follow the link provided by Azharahmed to find some useful libraries.