Evince collate+copies+duplex bug

Michael Sweet mike at easysw.com
Thu Oct 26 10:31:54 PDT 2006


John A. Murdie wrote:
> John A. Murdie wrote:
>> ...
>> I have yet to perform the same exercise with the Evince problem - I'm still not sure that that one is not CUPS or my CUPS configuration.
> 
> Umm, perhaps it is something to do with my CUPS configuration. Using CUPS 1.2.4 (I still have not had time to upgrade to 1.2.5), I find that the command:
> 
> lpr -Ppp23 -ocopies=2,Collate=True doc.pdf

Don't separate options with commas, just option values.  Try:

     lpr -Ppp23 -o copies=2 -o Collate=True doc.pdf

or:

     lpr -Ppp23 -o "copies=2 Collate=True" doc.pdf

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Document Software          http://www.easysw.com




More information about the cups mailing list