是否可以在pdf文件中嵌入java程序(或小程序)
我想知道是否可以将java程序或小程序嵌入到pdf文件中。任何实现这一目标的方法对我来说都可以(latex、adobe acrobat pro 等)。
提前致谢。
I was wondering if it is possible to embed a java program or an applet into a pdf file. Any way of achieving this is okay for me (latex, adobe acrobat pro, etc).
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不。无论如何,如果你不是在谈论安全漏洞的话就不会。
Escape From PDF,关于安全性的精彩博客。仅供教育用途。
No. Not if you are not talking about security holes, anyway.
Escape From PDF, great blog about security. For educational use only.
您可以将任何内容作为附件嵌入 PDF 中。
单击“附件注释”后,用户可以选择查看/启动或在本地保存它。
您可以在许多不同的库(例如 iText/iTextSharp)中以编程方式创建此类注释,或使用 Acrobat Pro UI 手动创建此类注释。
您还可以将Flash嵌入到PDF中,并通过PDF中的脚本在一定程度上控制其执行。如果您能弄清楚如何包装 .jar 或将其转换为 SWF,那么您就成功了。
You can embed just about anything in a PDF as an attachment.
And clicking on an "attachment annotation" gives the user the option to either view/launch or save it locally.
You can create such annotations programmatically in a number of different libraries (such as iText/iTextSharp), or use the Acrobat Pro UI to do it By Hand.
You can also embed Flash into a PDF, and control its execution to some extent via script in the PDF. If you can figure out how to wrap a .jar or convert it to SWF, you're there.