Web based label libraries or tools

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
encohen
Forum Newbie
Posts: 1
Joined: Tue Nov 26, 2013 2:49 pm

Web based label libraries or tools

Post by encohen »

To All:
I have developed a web app and I need to know if there is any kind of software that I can use to display labels (to use Avery labels) in a browser. I have sql data that I need to print out as labels and this would be very helpful to my users. This software should be callable from within my web app, which is done in php and uses MySQL.

Ed Cohen
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: Web based label libraries or tools

Post by Eric! »

You'll need to use a PDF library to do this. Try TCPDF. You'll have to design the PDF margins and positions and not use pdf scaling in order to get them to match the printed form requirements.
Post Reply