Duplex printing, short-edge/long-edge problem

Asked by Colin Brough

HP OfficeJet Pro 251dw, connected via network (wifi from printer to router, wired from router to PC); HPLIP 3.13.8 on Ubuntu 12.04.

Printing duplex from OpenOffice works fine, but duplex from commandline only ever does short-edge binding:

lpr -o sides=two-sided-long-edge file.pdf
lpr -o sides=two-sided-short-edge file.pdf

Both produce duplex output, but oriented for short-edge binding...

Am I getting the command-line options wrong, or is something going wrong?

Thanks.

Colin

Question information

Language:
English Edit question
Status:
Solved
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Solved by:
Sanjay Kumar
Solved:
Last query:
Last reply:
Revision history for this message
Best Sanjay Kumar (sanjay-kumar14) said :
#1

Can you try below options.

lpr -o "Duplex=DuplexNoTumble" file.pdf
lpr -o "Duplex=DuplexTumble" file.pdf

Revision history for this message
Colin Brough (colin-brough) said :
#2

Thanks Sanjay Kumar, that solved my question.