i guys,
can i show the checksum in a barcode39?
i'd like to show it in the text, but
String s = "0998090702065";
Barcode b= BarcodeFactory.createCode39(s,true);
BufferedImage im = BarcodeImageHandler.getImage(bc);
just create an image with barcode and text, but without the checksum character.
Someone help? many thanks to everybody.
2009-04-29 11:39:41 UTC in Barbecue - Java barcode generator