看起来像某些嵌入pdf文件的打印预览" application / x-google-chrome-pdf"不再工作了。 在Chrome版本59.x中打开this pdf文件并尝试打印。 我的系统上安装了Adobe Reader XI版本11.0.20。 无论如何都有解决这个问题的方法吗?
答案 0 :(得分:0)
对我来说,chrome 59的不兼容问题似乎是因为我们使用QuickPDF库(PageJavaScriptAction)向PDF注入了javascript。 JS代码是:
try{
print( {bUI: true, bShrinkToFit: true});
} catch(e){
try{
print({bUI: true, bShrinkToFit: true});
} catch(e1){app.alert(e + ',' + e1);}
}
删除此代码后,预览似乎再次正常工作,类似于旧版本的chrome。
答案 1 :(得分:0)
请参阅这篇文章。基本上,如果是铬色,则需要延迟打印时间。对原始帖子表示敬意。
google chrome print preview does not load the page the first time
答案 2 :(得分:-2)
Ctrl + a 和 Ctrl + p 将有效。
选择您想要获取的数据打印预览,然后右键单击并选择打印选项。