问题描述
我需要一个适用于 Android 的 PDF 库,它可以读取 PDF 文件并访问编辑和更改其内容.我已经使用过的一些库:
- iText Pdf 库(http://itextpdf.com/)
- PDF查看器
但是如果只有 pdf 中的文本,则库中存在问题,第一个很有用.它不会拍摄图像,然后将pdf更改为图像,因此无法编辑.
PDF 读/写是 Android 的一个大问题.在 Stackoverflow 上快速搜索会发现许多开发人员正在寻找解决方案.到目前为止,最流行的解决方案是使用 webview 并使用谷歌文档引擎来呈现 PDF>
还有:
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 :
- iText Pdf Library(http://itextpdf.com/)
- 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.
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 :
这篇关于用于在 Android 中渲染 PDF 文件的 PDF 库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!