如何从上传的文件中检索内容

发布于 2024-09-06 11:49:13 字数 172 浏览 7 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡忘如思 2024-09-13 11:49:13

快速的谷歌搜索给了我这个:

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文