使用 PHP 读取 PDF 的内容?
我需要阅读复杂 PDF 中的某些部分。我上网搜了一下,有人说FPDF不错,但是它不能读PDF,只能写。是否有一个库可以获取给定 PDF 的某些内容?
如果没有,阅读给定 PDF 的某些部分的好方法是什么?
谢谢!
I need to read certain parts from a complex PDF. I searched the net and some say FPDF is good, but it cant read PDF, it can only write. Is there a lib out there which allows to get certain content of a given PDF?
If not, whats a good way to read certain parts of a given PDF?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我在这里看到两个解决方案:
https://whatisprymas.wordpress.com /2010/04/28/lucene-how-to-index-pdf-files/
(存档2012 年版本)
I see two solutions here:
https://whatisprymas.wordpress.com/2010/04/28/lucene-how-to-index-pdf-files/
(archived version from 2012)
如何获得“干净”的文本:源代码 pdf2text
http://webcheatsheet.com/php/reading_clean_text_from_pdf.php
How to get “clean” text :source code pdf2text
http://webcheatsheet.com/php/reading_clean_text_from_pdf.php
那又怎样呢?
http://www.phpclasses.org/package /702-PHP-Searches-pdf-documents-for-text.html
ps:我不测试这个类,只是阅读说明。
What about that ?
http://www.phpclasses.org/package/702-PHP-Searches-pdf-documents-for-text.html
ps: I don't test this class, just read the description.
现在还有 https://github.com/smalot/pdfparser:
Nowadays there is also https://github.com/smalot/pdfparser: