| "Give your Java programs ability to display and print barcode !" |
A bunch of Java classes that implements the full set of bar code on the market. |
|
Features
common to all classes:
|
How
to: |
Test the features of the components in the demo applets below
Pass generator web application here's the source code
Features Test Application here's the source code
Download below the class you need!
| Code 39 (also
known as USD-3 or 3of9 or Logmars) is
an alphanumeric barcode that can encode numbers, the upper case alphabet and the special
symbols "-.*$/%+".The *(asterisk) symbol is used as start/stop character.
JvBarCode automatically add the start and stop character for you so you don't include them
in your barcode message. Code 39 is by far the most popular code used in almost any non retail world including military and health. In cases where security is a must an optional check digit (modulo 43) can be used (supported and automatically added). |
Available versions:
|
| Extended
Code 39 encodes the full 128 character ASCII set by pairing Code3of9 characters. Many characters (SPACE, digits and all capital letters) retain their original encoding. |
Available versions:
|
| Standard 2of5 (also known as Code 25 or Industrial 2of5) Has been in use since 1960 for airline tickets, photo envelopes. It is a numeric-only barcode. It is not often used nowadays because it uses much space to encode a single digit. | Available versions:
|
| Interleaved 2of5 (also known as i2of5)
It's an enhanced version of code 25. It is the most popular symbologies used by shipping,
warehouse and medical fields. It encodes data both in bars and spaces so it is very
compact code (the odd numbered digits are coded by the bars and even numbered digits by
the spaces). An optional check digit (supported) can be used. |
Available versions:
|
| CODABAR (also known as Rationalized Codabar or USD4 or NW7 or 2of7) Is a variable length code that allow encoding of the following characters 0123456789-$:/.+ and the following four start/stop symbol A,B,C e D (only valid at the beginning and the end of the code). JvBarCode automatically add "A" and "B" as start and stop character for you if you don't include them in your barcode message. An optional check digit (supported) can be used. Commonly used in libraries, blood banks, air parcels. | Available versions:
|
| Code 11 (also
known as USD-8) is a numeric only barcode with one special character
-.Used for labelling telecommunications devices. |
Under development |
| More .... |
Under development |
International orders/Payment
I'll accept payment in your local currency. Please make sure that you observe the current
exchange rates. Source code and support available only for registered users. Please report
bugs (if any).