How can I specify "fit to page" when printing on the command line with lpr?

I'm trying to print an image from the command line, using lpr, but it ends up printing 4 pages instead of just one. Is there a way to tell lpr to fit the image to the page?

2 Answers

Old thread, but the option -o fit-to-page works.

2

I solved using the scaling option:

lpr -o scaling=100 image.jpg
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like