10

I need a PDF library For Android that can read the PDF Files and access to edit and change their contents. Some of Library I have already used :

  1. iText Pdf Library(http://itextpdf.com/)
  2. PdfViewer

But there is problem in Library first one is useful if having only text in pdf. It will not take the images and second changes the pdf to images so that cannot editable.

1 Answers1

17

PDF read/writing is a big problem for Android. A quick search on Stackoverflow will reveal many developers looking for solutions. So far, the most popular solution is to use a webview and use the google docs engine to render the PDF

There are also :

TN888
  • 7,235
  • 9
  • 42
  • 82