操作系统是32位的windows 7和windows 10,我就用首页的下载链接下载的控件,不知道是不是对于32位的系统有专门的下载地址?是再pdf批量打印时报错的,但是ie和360兼容模式没问题。报错如图所示:
批量打印代码:
function doBtPrint() {
getJatoolsPrinter().printDocument([
'2bcf8425-10fb-41b1-bb8e-ef39c1cee170_11.pdf', '799e1994-dbe9-43b5-a896-641b44e9ea5e.pdf']
, {
printer:
"pdfFactory",
copies:
1,
duplex:
true,
portrait:
false,
prompt:
true
})
;
}
[
本帖最后由 lhping446 于 2016-9-12 18:08 编辑 ]