Has anybody had luck creating labels (Either 30 to a page Avery 5160 or 10 to a page Avery 5163) with TCPDF? I've found a few plugins, but I have not been able to implement them successfully. I was going to start trying to adjust the 'multicell' example that they include in the distribution package, but I didn't know how to make it loop to print out all the labels that will output from the database.
My original plan was to use FPDF, as I've had experience with that before, but using their Label plugin, I can't change the font size of certain rows of the label.
My ultimate goal is to have Large Text on the first line of the label, and smaller text for the remaining lines of the label ... All made dynamically with PHP and MySQL.
Thank you in advance for any assistance you can provide.