Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Experts,

I have stuck up in bar code label printing in which i am trying to print bar code labels on Zebra TLP 2844-Z printer which is installed on network PC. I am using vb.net Web-service function. Please suggest...
Posted

1 solution

Use one of the ^Bn commands to generate a barcode - for example, Code 128[^].

You can find the full details of the commands in the ZPL programming guide[^].

This page[^] has a useful online ZPL viewer, if you want to see what your label will look like without printing it. The default sample even includes an example barcode.
 
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