LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Printing with Ubuntu AMD 64 (https://www.linuxquestions.org/questions/ubuntu-63/printing-with-ubuntu-amd-64-a-468889/)

rhomp2002 07-29-2006 11:35 AM

Printing with Ubuntu AMD 64
 
Two questions on printing with Ubuntu.

1. Can I print from last page first so that when the printing is finished I don't have to reverse all the pages.

2. How do I print manually two-sided? My printer allows that but I haven't figured out how to do it with Ubuntu. With Windows there is a place to indicate manual two-sided printing or automatic two-sided printing or just one-sided printing. I want to get totally away from Windows soon so I would like to know how to do this.

Thanks.

psisquare 08-09-2006 01:08 PM

Assuming you're using CUPS, the relevant commands are
1.
Code:

lp -o outputorder=reverse filename
2.
Code:

lp -o page-set=odd filename
  lp -o page-set=even filename



All times are GMT -5. The time now is 11:48 PM.