Click here to Skip to main content
15,887,291 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi friends,

i want to generate a Barcode for My Client Machine Citizen-CL-S621 Printer.

The Barocde which i Generate that part barcode image has print by this printer?

The Printer Supports 2D Barcode applications.

So , How can i Start my application ? Where can i get Barcode Generate SDKs

Please help me.



Thanks Advance :')
Posted

1 solution

This is not a good idea to generate any image for a particular printer. If your users or your organization change the printer, should they ask you to write different code? This is not supportable. It's the best to generate image and print it as image in required resolution.

As to the barcode generation libraries, you should specify exact type of barcode according to some particular standard. Barcodes are different, so not all libraries may support all types. I don't know why did you fail to find some. Try:
http://bit.ly/15FGnNY[^],
http://www.codeproject.com/search.aspx?q=barcode+%28%22.NET%22+OR+%22C%23%22+OR+%22VB.NET%22%29&doctypeid=1[^].

For example, see these CodeProject articles:
Barcode .NET Control[^],
Creating EAN-13 Barcodes with C#[^].

Need some different barcode type? I told you, you should have specified it. But I'm sure you will be able to find appropriate library. And most (or all) barcodes are simple and well specified, so you can simply find the specifications (use Wikipedia to start with) and develop an image-generating library by yourself.

—SA
 
Share this answer
 
Comments
DevilsCod 9-Sep-13 23:34pm    
Thank you :')
Sergey Alexandrovich Kryukov 10-Sep-13 0:31am    
You are very welcome.
Good luck, call again.
—SA

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