|
|
genbarcode
- genbarcode is an interface between any software and GNU-Barcode
- genbarcode can encode EAN-8, EAN-12, EAN-13, UPC, ISBN, Code39, Code128, Code128B, Code128B, RAWCode128, Interleaved25, CBR, MSI, PLS and Code93
- genbarcode can be compiled under UNIX with gnu-barcode available
- genbarcode can be compiled with Borland C++Builder 5.5 (which is freely available). gnu-barcode and libpaper are included in ported versions
- genbarcode Windows Binary available
Genbarcode is a command line barcode-encoder which uses GNU-Barcode (libbarcode) for encoding.
It runs on Unix and Windows!
Not an image is produced, but a string which represents bars and spaces, characters and checksums and thats positions ans sizes.
$ genbarcode Usage genbarcode <code> <encoding> You can use the following types: ANY choose best-fit EAN UPC upc == 12-digit ean ISBN isbn numbers (still EAN13) 39 code 39 128 code 128 (a,b,c: autoselection) 128C code 128 (compact form for digits) 128B code 128, full printable ascii I25 interleaved 2 of 5 (only digits) 128RAW Raw code 128 (by Leonid A. Broukhis CBR Codabar (by Leonid A. Broukhis) MSI MSI (by Leonid A. Broukhis) PLS Plessey (by Leonid A. Broukhis) 93 code 93 (by Nathan D. Holmes)
and here in action:
$ genbarcode 012345678901 9a1a2221212214111132123111141a1a1131212133112321122212122a1a 0:12:0 12:12:1 19:12:2 26:12:3 33:12:4 40:12:5 47:12:6 59:12:7 66:12:8 73:12:9 80:12:0 87:12:1 94:12:2 EAN-13
|
|