Mark Jones, please check at first which page description languages your
printer actually understands, by running commanbds similar to comment
#7:

gs -dNOPAUSE -dBATCH -dSAFER -sDEVICE=hl7x0 -sOutputFile=out <file>
sudo -s
cat out > /dev/usb/lp0
exit

gs -dNOPAUSE -dBATCH -dSAFER -sDEVICE=laserjet -sOutputFile=out <file>
sudo -s
cat out > /dev/usb/lp0
exit

gs -dNOPAUSE -dBATCH -dSAFER -sDEVICE=ljet3 -sOutputFile=out <file>
sudo -s
cat out > /dev/usb/lp0
exit

gs -dNOPAUSE -dBATCH -dSAFER -sDEVICE=ljet4 -sOutputFile=out <file>
sudo -s
cat out > /dev/usb/lp0
exit

Add "-sPAPERSIZE=a4" to the "gs" command lines, right before
"-sOutputFile=out" and separated with a space if you use A4-sized paper,

Which of these tests works? Which gives the best output quality? The
first test is for Brother's own printer language, the others are for
different flavors of PCL.

-- 
Brother HL-730 prints infinite junk
https://bugs.launchpad.net/bugs/325616
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to