Click here to Skip to main content
15,900,591 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to print a barcode with price and name in c# ?
Posted

Need help in creating barcode[^]

Check this link...
 
Share this answer
 
Use Zxing[^] for creating barcode. It supports .Net, Java applications and mobile platforms etc. After that you can print it using Crystal Report, RDLC Report or html image. If you have to print it on Labels then you have to design the report accordingly.
 
Share this answer
 
v2
Well, a barcode is just a system that uses lines to represent characters so the easiest way is to download a barcode font (like this: [^]) and print whatever you like out using that.

Don't know about the name and price mind. These would normally be held elsewhere and the barcode would act just as a key to that data. Otherwise when prices change you'd have to print out a new barcode, and that would be bobbins.
 
Share this answer
 
 
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