Reputation: 185
I'm using the below command to convert ps to pcl but the pcl when printed doesn't have the tray settings anymore, is there anyway of retaining them?
"gswin32c.exe" -sDEVICE=ljet4 -dNOPAUSE -dBATCH -dQUIET -sOutputFile="c:\t.pcl" "c:\t.ps"
e.g. in ps file:-
%%EndPageSetup <> setpagedevice statusdict begin 1 setpapertray end
Upvotes: 0
Views: 1127
Reputation: 31141
Currently, no, the PCL output devices don't carry forward any 'metadata', just the marking content.
Upvotes: 1