node-printer icon indicating copy to clipboard operation
node-printer copied to clipboard

How to print multiple copies

Open rplees opened this issue 7 years ago • 1 comments

Hi~ How to print multiple copies, whether to set parameters or to use their own cycle, thks

rplees avatar Jun 22 '18 07:06 rplees

while (copies > 0) { api.printDirect(options); }

jzatarain avatar May 15 '19 20:05 jzatarain