使用 wkhtmltopdf 在 PDF 中嵌入 JavaScript

发布于 2024-10-14 15:03:06 字数 169 浏览 4 评论 0原文

是否可以在 PDF 中嵌入 JavaScript 代码 用 wkhtmltopdf 生成?

Is it possible to embed JavaScript code in PDFs generated with wkhtmltopdf?

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

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

发布评论

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

评论(2

梦罢 2024-10-21 15:03:06

理论上是的,wkhtmltopdf 的更改日志表示这是一个功能在最新版本中。当然,您可以用它做的事情是有限的 - 并且该更改日志中链接的实现与官方 Adob​​e 文档不同。

In theory yes, the change log for wkhtmltopdf says that this is a feature in the most recent release. Of course the amount you will be able to do with it is limited - and the implementation linked to in that change log is different to the official Adobe documentation.

回忆那么伤 2024-10-21 15:03:06

我认为这是不可能的。 pdf 转换器仅渲染遵循您的最终 html 输出...
Javascript 总是在加载或与 DOM 交互时运行。所以这是不可能的。

I don't think it is possible. The pdf converter only render follows your final html output...
Javascript always run when load or some interact with DOM. So it is not possible.

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