PDF Library to rendering the PDF files in Android [closed]
Asked Answered
S

1

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.

Steffen answered 30/9, 2013 at 14:2 Comment(3)
Try MuPDF mupdf.com Checkout mupdf.blogspot.sgDagny
what are the other libraries available for rendering pdf files in ANdroidPersson
You can also try PlugPDF SDK for AndroidMaculation
B
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 :

Blancheblanchette answered 30/9, 2013 at 14:5 Comment(5)
The link to google docs actually goes to MuPDF.Waistcoat
can anyone tell me how to use PDF Viewer Library to get pinch zoom facility.currently zoom facility is there,but we need to click button.Persson
@Persson Ask the new question on Stack Overflow pleaseBlancheblanchette
@steipete does it support vectors drawings in pdf ? If someone wants infinite zoom for instanceThule
I have used MuPDF, but am unable to render large pdf files ... 1.5Mb and above. except it is working smoothReviel

© 2022 - 2024 — McMap. All rights reserved.