Stu
2003-10-28 17:39:07 UTC
Hi All,
I'm running into a problem converting a PDF file to PCL in a UNIX
environment using GhostScript. During my initial tests in Windows 2K,
I was able to do the conversion, and have the PCL format correctly,
but in the UNIX version something different is happening...
The Problem:
Page is formatted to print in landscape on 8.5" (612p) X 11" (792p)
paper.
In windows, the correct paper size comes out using the following
command line:
gswin32c -sDEVICE=ljet4 -sOutputFile=C:\test.pcl C:\test.pdf
Note that there's no specification of paper size in there at all, and
it works fine.
In Unix The following command line is executed using the EXACT SAME
FILE:
gs -sDEVICE=ljet4 -SOutputFile=test.pcl -dBATCH -dQUIET -dNOPAUSE
test.pdf
The paper size that comes out here is A4 Legal. The pdf files are
EXACTLY the same, and I can't figure out what's going on here. I've
tried using the -g and -r switches as well, but that didn't seem to
help....
Any ideas?
Thanks,
Stu
***@nordstrom.com
I'm running into a problem converting a PDF file to PCL in a UNIX
environment using GhostScript. During my initial tests in Windows 2K,
I was able to do the conversion, and have the PCL format correctly,
but in the UNIX version something different is happening...
The Problem:
Page is formatted to print in landscape on 8.5" (612p) X 11" (792p)
paper.
In windows, the correct paper size comes out using the following
command line:
gswin32c -sDEVICE=ljet4 -sOutputFile=C:\test.pcl C:\test.pdf
Note that there's no specification of paper size in there at all, and
it works fine.
In Unix The following command line is executed using the EXACT SAME
FILE:
gs -sDEVICE=ljet4 -SOutputFile=test.pcl -dBATCH -dQUIET -dNOPAUSE
test.pdf
The paper size that comes out here is A4 Legal. The pdf files are
EXACTLY the same, and I can't figure out what's going on here. I've
tried using the -g and -r switches as well, but that didn't seem to
help....
Any ideas?
Thanks,
Stu
***@nordstrom.com