On 3/21/26 7:16 PM, nwe wrote:
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 myfile.pdf prints portrait as expected echo "Hi, there" | lpr prints landscape. why?
lpr -o orientation-requested=3 tells it to print portrait.

