t****l 发帖数: 134 | 1 在UNIX环境中有什么软件可以支持pdf文件的双面打印, 目前的Acrobat好像不
支持. 但我发现在Mac机上的Acrobat支持, 而且打印效果相当好.
Thanks a lot! | g****d 发帖数: 3461 | 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).
【在 t****l 的大作中提到】 : 在UNIX环境中有什么软件可以支持pdf文件的双面打印, 目前的Acrobat好像不 : 支持. 但我发现在Mac机上的Acrobat支持, 而且打印效果相当好. : Thanks a lot!
| t****l 发帖数: 134 | 3 你的意思是把皃df -> ps, 然后再打印? 还有其他的方法么?
Thank
【在 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 发帖数: 3461 | 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.
【在 t****l 的大作中提到】 : 你的意思是把皃df -> ps, 然后再打印? 还有其他的方法么? : Thank
|
|