Google Chrome 保存由 PHP 生成的带有 .php 扩展名的 PDF 文件
当我在 Google Chrome 中使用 PHP 生成 PDF 时,它可以正常打开。当我尝试保存 PDF 文件时,它会尝试将其另存为 .php 文件。
它在 FireFox 和 Safari 中运行良好。这是 Google Chrome 的问题还是我可以在 PHP 中做些什么来使其正常工作?
我正在使用 TCPDF 生成 PDF 文件。
When I generate a PDF using PHP in Google Chrome, it opens fine. As soon as I try to save the PDF file, it tries to save it as a .php file.
It works fine in FireFox and Safari. Is it a Google Chrome issue or is there something I can do in PHP to make it work properly?
I'm using TCPDF to generate the PDF files.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非您能弄清楚如何使用 PDF 扩展名重命名文件,否则不要认为您可以解决这个问题。即使如此,Chrome 的 PDF 查看器的另存为可能会重新下载文件,因此您可能需要考虑这一点。
Don't think you can work arround it unless you can figure out how to rename the file with a PDF extension. Even then Chrome's PDF viewer's save as may redownload the file regardless, so that's something you may need to consider.