flash3433
Programmer
- Mar 16, 2004
- 18
I asked this question a year ago, and still have not made it work.
I have multiple page postscript files to print. Some I want duplex, some not, some bound portrait, and some landscape. Rather than make manual changes on the printer (HP 4000dn) for each change, I would like to use postscript commands within the files to direct the printer accordingly for each file.
Though I have been told
will work, I am not sure where exactly to place it in the postscript file. In the
definition?
When it does produce a duplex page, one side is rotated differently from the other side.
Can someone help me resolve this question? Thank you.
I have multiple page postscript files to print. Some I want duplex, some not, some bound portrait, and some landscape. Rather than make manual changes on the printer (HP 4000dn) for each change, I would like to use postscript commands within the files to direct the printer accordingly for each file.
Though I have been told
Code:
<<setpagedevice>>
Code:
/pagesetupproc{
When it does produce a duplex page, one side is rotated differently from the other side.
Can someone help me resolve this question? Thank you.