problem to print a specific page range

Michael Sweet mike at easysw.com
Sat Jun 19 05:12:31 PDT 2004


smtapu at yahoo.com wrote:
> i am developing a prepaid printing sysytem using cups,i am able print file using cupsPrintFile(...),thats parint the whole file but i need to print a specific page or multiple no of copies how can i do it?
> 
> is here any soluation?
> pls help me

First, get the CUPS book, it describes all of the attributes (options)
that are available and how to use them.

Second, all options are passed using the "num_options" and "options"
parameters.  In this case, "copies" is the option name for printing
multiple copies and "page-ranges" is the option name for printing
a range of pages.

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Printing Software for UNIX                       http://www.easysw.com




More information about the cups mailing list