I have made a barcode label in PDF. It is designed to be printed in 15 labels per page, so if the label count exceeds 15 then it has to automatically be printed into another page. How can I dynamically separate the labels into 15 piece blocks so as to be able to print them properly into the label printer. Is this something that needs to be controlled through printer settings or PDF properties. Below is a sample PDF of the labels. This was actually up to 45 pcs. but was cut short due to the page size that I defined.
And that is one more thing, I am having difficulty fitting the actual page size to the label size. If the 15 label block size is for example 55m by 40mm, how should I size the PDF page to fit this label block size properly?
Currently I print only in 15 pc blocks at time but this is cumbersome and time consuming when printing for example 5K pcs of labels. By the way, the individual labels are serialized.
Appreciate any help or suggestions.