使用php从pdf中提取文本

时间:2014-09-18 03:13:20

标签: php pdf output space

我正在编写一个Web应用程序,用于从pdf中提取文本内容。我正在使用的是class.pdf2text.php。按照说明,我使用的语法如下:

include('class.pdf2text.php');
$a = new PDF2Text();
$a->setFilename('test.pdf');
$a->decodePDF();
echo $a->output();

我不知道为什么输出中没有空格,经过测试的pdf显示如下:

CompetingConservationObjectivesforPredatorsandPrey:EstimatingKillerWhalePreyRequirementsforChinookSalmonRobWilliams,MartinKrkos,ErinAshe,TrevorA.Branch,SteveClark,PhilipS.HammondErichHoyt,DawnP.Noren,DavidRosen,ArlissWinshipUniversityofWashington,

任何人都可以告诉我如何修复或修复它吗?

0 个答案:

没有答案