Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Read or open a PDF file using iText in android

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.....?????

like image 678
Wolverine Avatar asked Jan 18 '23 11:01

Wolverine


1 Answers

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.

like image 154
OleGG Avatar answered Jan 28 '23 11:01

OleGG