I am trying to create a page of 8 avery labels for our users to print out.
The labels are to be used for our meetups, so the users can have there name, avatar, and background. These are all dynamically pulled from the database.
The user will have a link which shows "print label" when this is clicked, it should open a pdf file, which shows all of there details as mentioned above.
How would I go about constructing this? I have pulled all of the details onto a php and printed it as a single label, but i need to do this as multiple labels, with the formating for avery package labels.
Any help would be appreciated.