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?