0

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

user3725395
  • 145
  • 2
  • 13

1 Answers1

1

Currently, no, the PCL output devices don't carry forward any 'metadata', just the marking content.

KenS
  • 30,202
  • 3
  • 34
  • 51