Please see: https://launchpad.net/distros/ubuntu/+source/cupsys/+bug/42234
I am running Ubuntu Dapper current. I have a DeskJet 1220C. Running
lpr -P DeskJet-1220C -o PageSize=SuperB
-o Quality=1200PhotoCMYK -o scaling=100 test.jpg
works as expected, printing test.jpg as large as possible on the page. But
lpr -P DeskJet-1220C -o PageSize=Custom.13x19in
-o Quality=1200PhotoCMYK -o scaling=100 test.jpg
or any other WxHin size specification prints incorrect pages. For
instance, PageSize=Custom.8x8in chops off one-third of the image.
PageSize=Photo and PageSize=5x8 also yield incorrect output. The size
of the printed image is correct but the image is not properly scaled.
It is too large. Only one corner of it is printed.
I want to debug this, but I don't know where to start. Can anyone help?
I need to print pages of various lengths cut from a 13"-wide roll.
Thanks in advance.