如何从上传的文件中检索内容
我正在使用 cakephp 框架。我想检索上传文件的内容并将其存储在数据库中。我希望能够搜索上传文件的内容。
我知道 file_get_contents 适用于纯 .txt 文件。但我所有的文档都是 .docx 和 .pdf。有什么我可以使用的解决方案吗?
我很感激任何帮助。
谢谢
I am using cakephp framework. I would like to retrieve the contents of the uploaded file and store it in the database. I want to be able to search the content of the uploaded file.
I was made aware that file_get_contents would work for plain .txt files. But all my documents are .docx and .pdfs. Is there any solution I could use.
I appreciate any help.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
快速的谷歌搜索给了我这个:
http://davidwalsh.name/read-pdf- doc-file-php
看来您可以搜索这些文件,但它需要一些额外的包。
A quick google search got me this:
http://davidwalsh.name/read-pdf-doc-file-php
It appears you can search those files but it requires some additional packages.