Hi everyone,
I have a scenario where I need to send multiple print outs into the printer.
For example, by default, when executing sales report by filtering customer number 01-10, it will combine 10 customer print outs into a single preview/output/PDF.
What I need to do is split the 10 print outs into 10 pdf/print batches.
This is mainly due to a printer that automatically stapler based on the print job.
Exact scenario is printing multiple invoices, but it will staple the whole chunk of invoices together, which is causing a problem for my customer.
Have tried looping and sending to printer and googled around but not able to achieve automatic print to printer based on seperate print job.