Avery Label, How to print avery label

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sikkle
Forum Newbie
Posts: 1
Joined: Sun Jul 17, 2005 9:54 am

Avery Label, How to print avery label

Post by sikkle »

Hi,

I'm in process to start an application for an accountant office, but i'm stuck because i don't see anything about Label with Php, what is the solution we got to print like 250-500 avery label by day, all with mysql selection.

Someone make a code or script for this?

The only things i ear somewhere is to export csv from mysql, import to excel and after go to word, that realy near from go to hell's for a secretary.

Someone have somethings to help ?

thanks, :oops:
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Try looking into using the PDF functions with PHP. That way the dimensions will be correct for printing.

Something like PDFLib ;)
Post Reply