LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   printing duplex and single sided (https://www.linuxquestions.org/questions/linux-newbie-8/printing-duplex-and-single-sided-296949/)

vishnun 03-02-2005 08:21 PM

printing duplex and single sided
 
I have a printer that can print both duplex and single sided. However, at present the default mode is duplex. How can I set it up in such a way that it can print both duplex as well as single sided?

thanks,
--Vishnu

Gibsonist 03-02-2005 11:26 PM

I believe it would be helpfull telling us
a) what distro you are using
b) what printer
c) what printersystem (cups, lpr)

IBall 03-03-2005 12:19 AM

You can print duplex or single sided using CUPS.

From the CUPS documentation:
Quote:

Printing On Both Sides of the Paper
The -o sides=two-sided-short-edge and -o sides=two-sided-long-edge options will enable duplexing on the printer, if the printer supports it. The -o sides=two-sided-short-edge option is suitable for landscape pages, while the -o sides=two-sided-long-edge option is suitable for portrait pages:

lp -o sides=two-sided-short-edge filename ENTER
lp -o sides=two-sided-long-edge filename ENTER

The default is to print single-sided:

lp -o sides=one-sided filename ENTER
I hope this helps
--Ian


All times are GMT -5. The time now is 01:59 AM.