• I have 3 labels. Each page holds 36 labels. Instead of printing the labels in the first 3 slots on the 1st page, I want to print the first label in all 36 slots on the 1st page, the second in all slots on the 2nd page, etc.

    Is there a way to do this in code without manipulating the data?

    • Offizieller Beitrag

    Hi,

    Which unit do You use for label printing?

    I think there was an example project which does it - using PrintPageOnCanvas. Here simply do not increment the page number and You get copies of the page.

    Only WPTools 6 has label printing included in the editor.

    Julian