jordanbyron/prawn-labels

Position of the first label

Closed this issue · 1 comments

Hi,
It's possible to declare the position of printing start?
To use paper where I already print element ?

Regards

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.