PDF Library to rendering the PDF files in Android [closed]

与世无争的帅哥 提交于 2019-11-26 08:26:18

问题


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:


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 :

  • MuPDF
  • Android PDF Viewer Library


来源:https://stackoverflow.com/questions/19096228/pdf-library-to-rendering-the-pdf-files-in-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!