使用javascript在acrobat reader中打印pdf文件并关闭它
我们在 Acrobat Reader 中以 pdf 文档形式显示报告服务报告。当用户单击 acrobat reader 中的打印时,我想打印报告并关闭报告。用户应该只能打印一次报告。
we are displaying a reporting services report as a pdf document in acrobat reader. when the user clicks on the print in the acrobat reader, I will like to print the report and close the report. The user should be able to print the report only once.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为这是不可能的。您需要比浏览器所能提供的更多访问权限。也许 ActiveX 或浏览器插件可以提供帮助...
无论如何,浏览器对打印的支持有限。检查out:
我不是不过,确定它是否适用于所有浏览器。
I do not think that this is possible. You need much more access then browser can give. May be ActiveX or browser add-in can help...
Anyways, browsers have some limited support for printing. Check out:
I am not sure if it works in all browsers, though.
这是可能做到的。 即可
您只需将“JavaScript PDF 操作”添加到文档的“打开”事件 。不幸的是,如果您的报告生成器在内部创建 PDF,您可能无法注入必要的代码。
This is possible to do. You simply need to add
as a "JavaScript PDF action" to the "open" event of the document. Unfortunately, if your report generator is creating the PDFs internally you might not be able to inject the necessary code.