I'm using the ZXing API in my application and have just discovered that it doesn't appear to support the EAN-128 barcode format. It supports Code 128 but there are subtle differences in the barcode image between EAN-128 and Code 128.
Does anyone know of a workaround in ZXing that will generate an EAN-128 barcode?
If not, is there any other barcode generation API's out there that I can package with Android?
On the ZXing GitHub project it references a related project that is an open source Java barcode generator which supports EAN-128/GS1-128.
http://barcode4j.sourceforge.net/
While I have not used this project, it might be worth investigating if you cannot find a workaround with ZXing.