eric.berryman
November 4th, 2008, 01:05 PM
I'm trying to output a black and white document to PostScipt to print duplexed on HP9050 printers. We would normally use a different software program to set up and print this job, but we wanted to try to see if we could use FusionPro instead. There was a thread on the old listserv that touched on this, and it doesn't seem like it should be that complicated to just get it to duplex, but I can't get it to work. But I also know very little about the PostScript language.
I created a short text file containing the following text:
<</Duplex true>> setpagedevice
% 11X17
<</PageSize [792 1224] /MediaWeight 75 /MediaColor (white) /MediaType
(plain) >> setpagedevice
I set my output to PostScript, and then in Advanced-->Page Media, I insert that text file at the beginning of the page. When I print, the printer asks for 11x17 paper and then happily prints away single sided. I haven't had any luck to get it to print duplexed. Am I missing anything obvious or is there something else I can try?
I'm using version 5.1P1D on Windows XP if that should make any difference.
Thanks!
I created a short text file containing the following text:
<</Duplex true>> setpagedevice
% 11X17
<</PageSize [792 1224] /MediaWeight 75 /MediaColor (white) /MediaType
(plain) >> setpagedevice
I set my output to PostScript, and then in Advanced-->Page Media, I insert that text file at the beginning of the page. When I print, the printer asks for 11x17 paper and then happily prints away single sided. I haven't had any luck to get it to print duplexed. Am I missing anything obvious or is there something else I can try?
I'm using version 5.1P1D on Windows XP if that should make any difference.
Thanks!