Rails 3 PDFKit 在用 pdf 响应一次后,对每个请求都以 format=pdf 响应

发布于 2024-10-17 01:03:45 字数 196 浏览 8 评论 0原文

我将 .pdf 附加到视图中,例如 http://0.0.0.0:3000/users/edit/10024.html

该页面呈现为 PDF。但之后的每个页面也会呈现为 PDF,无论我是否在 url 末尾附加 .pdf.html 或不附加任何内容。我什至不知道如何调试这个问题。

I append .pdf to a view, e.g. http://0.0.0.0:3000/users/edit/10024.html

That page renders as a PDF. But then every page afterwards also renders as PDF, regardless of whether I append .pdf or .html or nothing to the end of the url. I'm not even sure how to debug this problem.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

戒ㄋ 2024-10-24 01:03:45

看起来像是 PDFKit 中的一个错误:
https://github.com/jdpace/PDFKit/issues#issue/66

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