Java 用于在 Android 中渲染 PDF 文件的 PDF 库

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/19096228/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-12 14:04:19  来源:igfitidea点击:

PDF Library to rendering the PDF files in Android

javaandroidpdfepub

提问by 981

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 :

我需要一个适用于 Android 的 PDF 库,它可以读取 PDF 文件并访问编辑和更改其内容。我已经使用过的一些库:

  1. iText Pdf Library(http://itextpdf.com/)
  2. PdfViewer
  1. iText PDF 库( http://itextpdf.com/)
  2. 阅读器

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.

但是如果只有 pdf 中的文本,则库中存在问题,第一个很有用。它不会拍摄图像,然后将 pdf 更改为图像,因此无法编辑。

回答by TN888

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

PDF 读/写是Android 的一个问题。快速搜索 Stackoverflow 会发现许多开发人员正在寻找解决方案。到目前为止,最流行的解决方案是使用 webview 并使用 google docs 引擎来呈现 PDF

There are also :

还有: