Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I would like to design Barcode that mean detail of product should be printer in the barcode. i tryed lot of site and prefer many code but nether i can design or give direct print to the printer
can i get direct code that can help me to get make design and print in asp.net c#

1. zebra printer
2. design barcode with product detail


i used this code

SQL
label = """
^XA
^FO10,10
^A0,40,40
^FD
Hello World
^FS
^XZ
"""

from zebra import zebra
z = zebra('Zebra_GC420d')
z.output(label)
Posted
Updated 28-Mar-14 9:47am
v2
Comments
[no name] 28-Mar-14 15:24pm    
We don't write code to order here. Even if we did, almost nothing you wrote makes any sense.

1 solution

If you already know about ZPL commands then just create/design your labels using it and then send those commands to the printer by using this code http://support.microsoft.com/kb/322091
If you do not know anything on Zebra printer languages then try this open source project http://sharpzebra.codeplex.com/ or this one which is a paid solution
 
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