smalot / cups-ipp

CUPS Implementation of IPP - PHP Client API
GNU General Public License v2.0
107 stars 56 forks source link

How to multi print #16

Open HayderHatem opened 5 years ago

HayderHatem commented 5 years ago

Which Value can i add to make multi print $job->setPageRanges(???????);

chriskonnertz commented 5 years ago

I think you just have to do: $job->setCopies(3);