I am using libcups on Linux to print files. I want to print multiple files in one print request with different cups_options_t for each file. There is a library API cupsPrintFiles but as per its interface it applies one cups_options_t to every file. Is there any solution to this in the CUPS API. If there is no support in CUPS API the only other option I am left with to use a queue for all files since I want to keep order and use cupsPrintFile. Thoughts.
Regards, Farrukh Arshad.