https://bugzilla.novell.com/show_bug.cgi?id=231219 ------- Comment #7 from nick@nickengland.plus.com 2007-01-02 11:48 MST ------- Created an attachment (id=111310) --> (https://bugzilla.novell.com/attachment.cgi?id=111310&action=view) Postscript output test1.ps and test1a.ps both produce the same results, all 5 lines are printed but with only the "1" missing from the left and with a top margin of 62 mm Results from for p in $( rpm -qa | grep ^cups ) ; do \ echo $p ; rpm -q --changelog $p | head -n3 ; done cups-client-1.2.7-3 * Thu Nov 16 2006 - kssingvo@suse.de - Upgrade to 1.2.7 (another bugfix version): * Documentation updates cups-libs-1.2.7-3 * Thu Nov 16 2006 - kssingvo@suse.de - Upgrade to 1.2.7 (another bugfix version): * Documentation updates cups-drivers-1.2.7-7 * Mon Nov 27 2006 - kssingvo@suse.de - another fix for gutenprint: A4 on some epson printers broken cups-1.2.7-3 * Thu Nov 16 2006 - kssingvo@suse.de - Upgrade to 1.2.7 (another bugfix version): * Documentation updates I tried the epsonc70.ppd file from Suse10.0 but it doesn't work at all, different format. I've tried experimenting with /etc/cups/ppd/epsonc70ppd - changed line #87 from *ImageableArea A4/A4: "24 48 571 818" to *ImageableArea A4/A4: "0 48 571 838" This solves the problem for my test1 file, it prints all characters starting at the 8mm margin but it doesn't solve a wider problem I have. I first noticed this problem with some financial printouts that are produced by programs which produce postscript output. On Suse 10.0 it works fine but it prints just 2mm from the left and right hand sides of the page and 6mm from the top. On 10.2 the left, right and top parts of each page are missing. Ideally I'd like the margins return to what they have been with previous releases so I don't have to rewrite all these report programs. Had a look at http://en.opensuse.org/SDB:CUPS_in_a_Nutshell and http://en.opensuse.org/SDB:Using_Your_Own_Filters_to_Print_with_CUPS but nothing relevant to margins -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.