This content has been marked as final.
Show 3 replies
-
1. Re: Mediatype and Duplex command in a PostScript print file
abeddie Jun 22, 2009 9:58 AM (in response to nuPSguy09)Your PostScript looks fine but you could try just one setpagedevice
<<
/Duplex true
/Tumble false
/MediaType (Perf)
>> setpagedevice
It may be that perf media is simplex only.
Ed
-
2. Re: Mediatype and Duplex command in a PostScript print file
Helge Blischke Jun 24, 2009 8:44 AM (in response to abeddie)If that approach fails, try to specify the media type before specifying the page size as it is specified by the
printer's PPD.
It is known that many HP printers (among others) are touchy with respect
to the order in wzich setpagedevice keys are specified.
Helge
-
3. Re: Mediatype and Duplex command in a PostScript print file
nuPSguy09 Jun 29, 2009 5:39 AM (in response to Helge Blischke)Thanks Helge,
Using a tray call rather than actually specifiing the media type solved my problem.

