在UNIX环境中有什么软件可以支持pdf文件的双面打印, 目前的Acrobat好像不 支持. 但我发现在Mac机上的Acrobat支持, 而且打印效果相当好. Thanks a lot!
g*d
2 楼
If your printer supports level 2 postscript, add this line to the generated ps file right before the PS definitions start(you can add it right after the EPS boundingbox defination.: << /Duplex true /Tumble false >> setpagedevice /Tumble false flipps the page along the longer side(portrait layout), /Tumble true flipps the page along the shorter side(landscape layout).
【在 g****d 的大作中提到】 : : If your printer supports level 2 postscript, : add this line to the generated ps file : right before the PS definitions start(you : can add it right after the EPS boundingbox : defination.: : << /Duplex true /Tumble false >> setpagedevice : /Tumble false flipps the page along the longer : side(portrait layout), /Tumble true flipps the : page along the shorter side(landscape layout).
g*d
4 楼
Print to file means save as ps. This is the easist. Other ways you have to hack PCL if you use a printer that supports it. Or you can have your sys admin set up a duplex filter that adds the ps line automatically. If you have physical access to the computer, you can turn on the duplex printing as default if the printer has that menu option.