How to Enable Duplex Printing on Linux Printer Properties

  • Thread starter Thread starter Izaak
  • Start date Start date
  • Tags Tags
    Linux Properties
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
Izaak
Messages
2
Reaction score
0
I need to set up the printer so it will print on both sides but when I go into System/Administration/Printing and click on the Printer tab and click properties, nothing happens. Am I supposed to re-configure it using the terminal? What should I do?

I am running Fedora 11
(I'm not the one who configured the printer)
 
Physics news on Phys.org
What kind of printer is it exactly?
 
hp laserjet, I do not know the model number
 
Can you find out?
 
If you're printing from the command line the way to tell it to do duplex printing is
lpr -Zduplex filetorprint.pdf

I think most programs (e.g., firefox, acrobat reader) let you edit the printing command they use, so just make sure the -Zduplex option is in there.