Can you also try the following?

First, download this file:

http://www.openprinting.org/download/printing/ghostscript-cups-
patches/pdftoraster.c

This is an alternative Ghostscript-based pdftoraster filter.

Install packages needed to compile it:

sudo apt-get install libcups2-dev libcupsimage2-dev

Compile it:

gcc `cups-config --image --libs` -DBINDIR=/usr/bin -DGS=gs -o
pdftoraster pdftoraster.c

Install it:

sudo mv /usr/lib/cups/filter/pdftoraster /usr/lib/cups/filter/pdftoraster.orig
sudo cp pdftoraster /usr/lib/cups/filter/
sudo chmod 755 /usr/lib/cups/filter/pdftoraster

Now try to print again. Does the garbage go away?

-- 
Garbage bitmaps printed on left margin in ubuntu testpage on A4 on Samsung 
printers
https://bugs.launchpad.net/bugs/292690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to