Generate Address Labels in PHP
For a while I was trying to find a PHP script for generating Avery 8160 / 5160 address labels. I found a few scripts that came close, but none did exactly what I needed. I found a script called DOMPDF which generated PDF’s from HTML pages. After a lot of fiddling with measurements, I got it working. And now I’m going to share it with everyone else. (You’ll need to download DOMPDF for it to work.) Download the source code here.