On 3/21/26 7:16 PM, nwe wrote:
lpr myfile.pdf
prints portrait as expected

echo "Hi, there" | lpr
prints landscape. why?

So, now I see simply it is printing landscape by default. I thought I'd fix by trying to rotate 90 degrees. But apparently lpr -o orientation-requested=4 does not mean "whatever you've got, rotate it 90 degrees." instead it is saying: "print landscape". Which it is already doing. So no change.

lpr -o orientation-requested=3 tells it to print portrait.

Reply via email to