使用Acrobat Reader,我们可以在浏览器中执行一些js,例如autoprint:
window.print();
是否有可能触发显示花哨的弹出窗口,最好是可以设置样式的内容,或者至少在浏览器中 打开pdf时显示弹出消息?
我认为alert
应该有效,但我仍在考虑是否有更好的解决方案:
alert(
`Note: you're seeing this in
the browser, but you can save
it on your local machine using
CTRL/Command + S`
);