Click here to Skip to main content
15,879,095 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on a program that needs to print to a label printer. I need to print images and some text on the label. (by label I mean roll printers)

I am wondering what would be the best way of achieving what I want. My first thought is to create a form with all the items I want printing and then print the form. Is there a better way of doing what I need?

Also I have briefly looked at printing from VB Express and it looks like it is possible to choose page size etc. But does anyone know how it would work for a label printer?

Would it be a case of selecting the size and orientation of the printer paper and it should work?
Posted
Comments
Ralf Meier 29-Oct-15 9:16am    
normally a Label-Printer (like for example Zebra, Brother, Dymo) has special commands to perform such function.
I think, you should first refer to the technical documentation of the device to see what is possible and how it is possible ...

1 solution

Hi.
Almost every printer label or thermical printer, has their own SDK to develop an application over several IDE.

Could you provide the brand of your printer?

Regards.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900