[gs-bugs] [Bug 689935] New: Larger left margin after converting
.PDF to .PCL
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
Fri Jul 4 02:59:32 PDT 2008
http://bugs.ghostscript.com/show_bug.cgi?id=689935
Summary: Larger left margin after converting .PDF to .PCL
Product: Ghostscript
Version: 8.60
Platform: Other
OS/Version: AIX
Status: UNCONFIRMED
Severity: critical
Priority: P4
Component: PDF Interpreter
AssignedTo: alex.cherepanov at artifex.com
ReportedBy: amuabei at 163.com
QAContact: gs-bugs at ghostscript.com
Dear Sir/Lady,
The left margin margin is more larger in .PCL file than in .PDF file after
converting .PDF to PCL. So some content lost on the righ of the .PCL file.
I used below commands, and the left-margin in .PCL files they generated looks
is exactly the same.
###### Commands: ########
$ gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=laserjet -
sOutputFile=XXPO_PRINT_1.PDF.pcl -c "<< /InputAttributes <<
currentpagedevice /InputAttributes get { pop null } forall >> dup
0 << /PageSize [ 595 842 ] >> put dup 1 << /Margins [0 0] >> put dup 1
<< /.HWMargins [0 0 0 0] >> put >> setpagedevice" save pop -f
XXPO_PRINT_739386_1.PDF
$ gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=laserjet -
sOutputFile=XXPO_PRINT_1.PDF.pcl -c "<< /InputAttributes <<
currentpagedevice /InputAttributes get { pop null } forall >> dup
0 << /PageSize [ 595 842 ] /Margins [-20 -20] /.HWMargins [0 0 0 0] >> put
>> setpagedevice" save pop -f XXPO_PRINT_1.PDF
I don't know is left-margin can be recovered in command?
Would you please kindly give me some hints about this issue?
Thanks,
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the gs-bugs
mailing list