Code39

JBarcodeBean supports four versions of the Code39 barcode.

Code39 wide version (3:1)

Strategy class net.sourceforge.jbarcodebean.model.Code39
Valid characters digits, uppcase characters A-Z, - , . , * , $ , / , + , % , SPACE
Checksum optional

Code39 narrow version (2:1)

Strategy class net.sourceforge.jbarcodebean.model.Code39_2to1
Valid characters digits, uppcase characters A-Z, - , . , * , $ , / , + , % , SPACE
Checksum optional

Code39 Extended wide version (3:1)

Strategy class net.sourceforge.jbarcodebean.model.ExtendedCode39
Valid characters ASCII character set (0 to 127 decimal)
Checksum optional

Code39 Extended wide version (3:1)

Strategy class net.sourceforge.jbarcodebean.model.ExtendedCode39_2to1
Valid characters ASCII character set (0 to 127 decimal)
Checksum optional