[gs-bugs] [Bug 689919] Orientation after convert from PDF to PCL
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
Fri Jul 4 04:26:50 PDT 2008
http://bugs.ghostscript.com/show_bug.cgi?id=689919
------- Additional Comments From alex.cherepanov at artifex.com 2008-07-04 04:26 -------
Please try to narrow the issue.
- Does this happen with every PS file ? Try to run the following file. The file
draws a diagonal lines on A4 paper in portrait orientation. The lines may
not reach the corners because of the hardware margins but should point to
the corners.
%!
<</PageSize [ 595 842 ]>> setpagedevice
0 0 moveto 595 842 lineto 595 0 moveto 0 842 lineto
stroke showpage
- Try to do the same with the landscape file and the prefix.
%!
<</PageSize [ 842 595 ]>> setpagedevice
0 0 moveto 842 595 lineto 0 595 moveto 842 0 lineto
stroke showpage
- Does this happen with every PDF file ? Convert the above programs to PDF
using ps2pdf and print.
------- 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