Click here to Skip to main content
15,886,693 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to be able to generate UCC/EAN 128 barcodes with our ActionScript-based application. A already have the Code 128 font integrated, but need to create UCC/EAN 128 barcodes. Browsing information from Google, I found that the UCC/EAN 128 is actually a subversion of Code 128, so it hasn't got its own font. How can I generate UCC/EAN barcodes, then? I haven't found any answer browsing Google for hours :-(

I just know that UCC/EAN 128 has got some special prefix, but how to implement them inside the code correctly?

I need to use fonts.

Thanks in advance for some tips.
Posted

1 solution

From what I can see, that might be a problem. The GS1-128 (formerly UCC/EAN 128) isn't compatible with web-based products if you are attempting the ASCII method. However, for details on how to work with this font, this FAQ should provide some help:

http://www.idautomation.com/code128faq.html#Creating_GS1-128[^]
 
Share this answer
 
Comments
VJ Reddy 1-Jun-12 13:26pm    
Good answer. 5!
MichaelaWa 4-Jun-12 9:35am    
Yeah, thanks, but these advices from IDAutomation seem to work just with their own products. Thanks for trying to help anyway.

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