Link to home
Start Free TrialLog in
Avatar of Stephen Flory
Stephen FloryFlag for United States of America

asked on

Printing Labels from a Web Browser

I have a simple web application that pulls data from a MySQL database and displays them on a webpage. The fields for example are First Name, Last Name, User Code and Department. A list of records will display on the webpage that needs to be printed. I have a 2.5in x 1.5in thermal label printer that I would like to print these on. Each record will be on their own label. Can someone point me to the right direction on how I can accomplish this?

Thanks!

Avatar of Loganathan Natarajan
Loganathan Natarajan
Flag of India image

You have options to design the print label as HTML + CSS design OR as PDF design.

If it is HTML + CSS means, you have to write the script to loop through and print them as per the design

If it is PDF.. just generate it and print it all.
ASKER CERTIFIED SOLUTION
Avatar of Stephen Flory
Stephen Flory
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial