我需要阅读复杂PDF中的某些部分。我在网上搜索,有人说FPDF很好,但它不能读PDF,它只能写。是否有一个lib允许获取给定PDF的某些内容?
如果没有,是什么方法可以阅读给定PDF的某些部分?
谢谢!
答案 0 :(得分:1)
我在这里看到两个解决方案:
https://whatisprymas.wordpress.com/2010/04/28/lucene-how-to-index-pdf-files/
答案 1 :(得分:0)
怎么样?
http://www.phpclasses.org/package/702-PHP-Searches-pdf-documents-for-text.html
ps:我不测试这个类,只需阅读说明。
答案 2 :(得分:0)
$result = pdf2text ('sample.pdf');
echo "<pre>$result</pre>";
如何获得“干净”的文字:source code pdf2text
http://webcheatsheet.com/php/reading_clean_text_from_pdf.php