使用办法:
1、设定特定打印机为系统默认打印机;
2、使用acrobat随意打印一份文件,主要为了固定一下打印设置,比如打印适合还是缩小,还是实际大小这些;
3、关闭所有pdf页面,运行此动作即可。
4、适用于,批量、不可合并、对顺序有要求的打印。
5、保存以下虚线内内容到txt文本文档,报修后关闭文件,然后修改【xxx.txt】为括号内内容【Print_all_files.sequ】即可。
<</Commands [/c << /0 [/c << /Config [/c << /UIPolicy [/i 3]
>>]
/HandlerName [/a /JavaScript]
/Params [/c << /ScriptCode [/t (/* Print all Pages */\r/* This sequence prints all pages of\r each document selected to the default printer.\r*/\rvar pp = this.getPrintParams\(\);\rpp.interactive = pp.constants.interactionLevel.silent;\rpp.interactive = pp.constants.interactionLevel.automatic;\rthis.print\(pp\);\r)]
/ScriptName [/t ()]
>>]
/Title [/t (Execute JavaScript)]
>>]
>>]
/Input [/c << /FileVariation [/i 2]
/SourceFileOptions [/c <<>>]
>>]
/Output [/c << /AddToBaseName [/b false]
/DontOverwrite [/b false]
/FileVariation [/i 2]
/InsertAfterBaseName [/t ()]
/InsertBeforeBaseName [/t ()]
/OptimizePDF [/b true]
>>]
>>
参考:https://opensource.adobe.com/dc-acrobat-sdk-docs/library/jsdevguide/JS_Dev_PrintProduction.html