Click to See Complete Forum and Search --> : mailing labels


chuck
01-24-2003, 11:54 PM
Hi,

I’m building a PHP/MySQL web-enabled database. One of the features I need to have is that the user can print Avery mailing labels using the data from a dynamic page.

I like to print labels from the web browser. What is the best way to achieve this process?

TIA

AdamGundry
01-25-2003, 03:48 PM
I'd generate a HTML file (using PHP to control the dynamic content), which fits the Avery label dimensions, then have it pop-up in a small new window and call window.print() to print it.

Adam

Charles
01-25-2003, 04:11 PM
I'd find a way to integrate FOP (http://xml.apache.org/fop/) with my form handler and generate a PDF file on the fly.