I'm printing a PDF document using LPR on OS X, to a Canon MP190 printer.
When printing the same document (Letter paper size) from the Preview app, the margins are correct.
When printing using LPR, the document is printed, but it is offset (it is 3/4" lower on the page).
I have tried changing all possible options using lpoptions, but none of them affect scaling or offset.
I made sure to set -o media=Letter instead of the a4 page size option.
Some options actually get ignored completely (it still prints color when CNIJGrayScale is set to 1 or 2), but others are respected, such as Resolution=600x600dpi
|
| ||||
|
feedback
|
-o PageSize=na-letterThat fixed it. – stupakov Feb 4 at 9:46