| This is a common problem, caused because saved files are prepared by
most drivers as if the file was only to be sent to a specific printer
(model) with print characteristics identical to those specified
at file creation time, and without the acknowledgement of printer defaults.
If you are in a printing environment in which you can attach a prefix file
to your saved file in the same job (as by DCPS or another VMS PRINT command),
then affix this fragment ahead of your job. Include your duplex command
in the /PARAMETERS switches (or wherever). This should defeat the subsequent
setting of simplex mode.
- tom]
%------ cut here --------------
statusdict /lettertray {} put
% statusdict /setjobtimeout { pop } put
% statusdict /waittimeout { pop } put
statusdict /setpaperputtray { pop } put
statusdict /setoutputtray { pop } put
% statusdict /setDECimageparams { pop pop pop pop } put
statusdict /setduplexmode { pop } put
statusdict /settumble { pop } put
statusdict /setoutputposition { pop } put
% statusdict /setDECimage { pop } put
/setpagedevice { pop } def
|