JQuery/Javascript 或其他方式静默只打印一次
JQuery/Javascript or other way Silent Print once only
任何人都知道如何在跨浏览器 API 或 jQuery 或 javascript 等库中打印文件而不显示打印预览。
- 在没有打印预览的情况下打印内容(只是静默打印)
- 打印一次,当打印软拷贝时,软拷贝就过期了,因为出于安全原因,我想避免用户重复打印超过一个软拷贝,尤其是当收据用于报销时。
简单不简单?
Reason why we won't show the print preview because there is
possibility that user could
- screenshot the file then photoshop the file values
- change the contents
- can duplicate copy
这样就很难在线监控谁打印了敏感文件。
从网页打印始终需要用户交互。但是,您可以阻止显示文档。这里显示的是来自我公司的 XtremeDocumentStudio .NET 产品的 HTML5 控件。
http://www.gnostice.com/nl_article.asp?id=291&t=Print_without_preview_using_XtremeDocumentStudio_NETs_HTML5_document_viewer_control
任何人都知道如何在跨浏览器 API 或 jQuery 或 javascript 等库中打印文件而不显示打印预览。
- 在没有打印预览的情况下打印内容(只是静默打印)
- 打印一次,当打印软拷贝时,软拷贝就过期了,因为出于安全原因,我想避免用户重复打印超过一个软拷贝,尤其是当收据用于报销时。
简单不简单?
Reason why we won't show the print preview because there is possibility that user could
- screenshot the file then photoshop the file values
- change the contents
- can duplicate copy
这样就很难在线监控谁打印了敏感文件。
从网页打印始终需要用户交互。但是,您可以阻止显示文档。这里显示的是来自我公司的 XtremeDocumentStudio .NET 产品的 HTML5 控件。 http://www.gnostice.com/nl_article.asp?id=291&t=Print_without_preview_using_XtremeDocumentStudio_NETs_HTML5_document_viewer_control