Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi All

Please suggest they way to generate UCC/EAN128(GS1-128) bar code.
Is there any example or any open source for that .

Thanks
Posted
Updated 8-Dec-11 17:24pm
v2
Comments
[no name] 8-Dec-11 23:24pm    
EDIT: added b tag

I suggest you use Google as there is a lot of information on the topic:
http://en.lmgtfy.com/?q=ucc+ean-128+barcode+generator[^].

—SA
 
Share this answer
 
Comments
GAJERA 1-Aug-11 3:30am    
I already come across this link,I found lots of infomation but no any source code for that.
Richard MacCutchan 1-Aug-11 5:34am    
You may be surprised to find that sometimes programmers have to write their own source code.
There are different ways to achieve that, depending on your skills and application requirements:

- use an ActiveX control that does all the work for you in its own Window (http://www.idautomation.com/[^]),

- use a special font that will substitute your characters with bar/space sequences (http://www.adams1.com/fonts.html[^]),

- do it yourself by creating a bitmap image with bars and spaces computed using the rules in the standard.

What way do you want to go ?
 
Share this answer
 
Hi GAJERA
Try this one http://www.codeproject.com/KB/graphics/BarcodeLibrary.aspx he work for me.
 
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