The attached project has 10 classes that create the following 1D and 2D barcodes: 1. QR Code - 2D 2. Datamatrix - 2D 3. Aztec Codes - 2D 4. PDF417 - 2D 5. Code 128 6. EAN8 7. EAN13 8. Code 39 9. ITF 10. CODABAR The classes use inline java code with calls to the ZXING core library to create and...
This is my first attempt at B4J. Have not tried to do anything special to the layout etc. The aim was to get back the correct binary strings to draw Code11, Code39, Code93, EAN8 and EAN13 barcodes with. All the code are in the main module as well as modules for each of the types of barcodes. The...
This is my first attempt at B4J. Have not tried to do anything special to the layout etc. The aim was to get back the correct binary strings to draw Code11, Code39, Code93, EAN8 and EAN13 barcodes with. All the code are in the main module as well as modules for each of the types of barcodes. The...