Position of the first label
Closed this issue · 1 comments
tballarin commented
Hi,
It's possible to declare the position of printing start?
To use paper where I already print element ?
Regards
jordanbyron commented
Just offset the data you feed into the label. For example if you wanted to start printing on the 3rd label just add 2 nil
entries at the start of your array
[nil, nil, "Jordan", "Marco"]
Then make sure you handle those blank records when generating labels. It's a bit of a hack but should work.