2

Some of the members says that the iText library is only for creating a PDF document,we cant read the PDF document using iText library.Is that true?

Eshwar
  • 53
  • 1
  • 4

1 Answers1

0

i think u can use itext library for reading also, but the problem is that u cant have tables & images or format of pdf pages i.e. only text can be read

  • 1
    is there anyother libraries available for reading the entire content of the PDF document...? – Eshwar May 02 '11 at 10:32
  • yes, Jpedal, mupdf,pdfbox & etc... go here http://stackoverflow.com/questions/3831019/how-to-read-a-pdf-in-android/5090539#5090539 –  May 02 '11 at 11:24
  • u can either go for pdfbox or Mupdf –  May 02 '11 at 12:48
  • i have decided to use Mupdf... could u please give me the guidance where can i download it and how to add it to my android project? – Eshwar May 02 '11 at 12:59
  • If you new where to get what you need, iText can get it for you. You'll have to do a lot of low-level pdf stuff in iText then. – Redlab May 13 '11 at 11:14