使用 PDFLib 通过 PHP 搜索 PDF
我即将租用自己的服务器,对于我的一个项目,我需要能够搜索 PDF 文件。我已要求托管提供商安装 xPDF,但他们回答说他们想安装 PDFLib。我的问题是,我可以使用 PDFLib 打开和搜索 PDF 文件吗?我像个疯子一样在谷歌上搜索,但我似乎找不到太多关于搜索 PDF 的信息,我只是找到关于生成 PDF 的信息。
有人可以给我一个答案,更好的是,在哪里可以找到指定信息的资源吗?
I'm about to rent my own server and for one of my projects I need to be able to search through PDF files. I've asked the hosting provider to install xPDF but they replied they want to install PDFLib instead. My question, am I able to open and search through PDF files with PDFLib? I'm Googling as a madman but I can't seem to find much about searching PDF's, I'm only finding information about generating PDF's.
Can someone please provide me with an answer, and even better, resources where to find the specified information?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在一些项目中使用过 PDFLib,但仅使用核心 PDFLib+PDI。他们还有一个文本提取工具包,专门用于搜索。
PDFLib TET
pdftk 具有一些元数据提取和对象流解压缩功能。
pdftk
I've used PDFLib on some projects but only the core PDFLib+PDI. They also have a Text Extraction Toolkit, specifically for search.
PDFLib TET
pdftk has some metadata extraction and object stream decompression.
pdftk
后来安装了xPDF,问题就解决了。
xPDF was later installed, and i got rid of the problem.