下载 class.pdf2text.php @
https://pastebin.com/dvwySU1a或http://www.phpclasses.org/browse/file/31030.html(需要注册)
码:
include('class.pdf2text.php');$a = new PDF2Text();$a->setFilename('filename.pdf'); $a->deprePDF();echo $a->output();class.pdf2text.php
项目首页pdf2textclass
不适用于我测试过的所有PDF,如果不适用于您,请尝试使用PDF Parser



