23.4. Features

This is a summary of the features available in the JpGraph barcode extension.

Note

The term "symbology" is the term used to describe the combination of encodation method (how characters are translated to bars) and the layout of the bars specified by a particular barcode standard. All of the listed standard symbologies above are still widely used. Many of the symbologies overlap in terms of functionality and multiple symbologies might be possible to use for a particular application unless there is a strict standard that stipulates that a particular symbology should be used.

The reason for the existence of so many symbologies with overlapping functionality is in some cases the result of different companies early on specifying there own patented barcodes in order to gain market shares or in some cases lock customers to a specific brand of scanner. In other cases it is simply the result of that earlier barcodes could not handle new demands.

23.4.1.  Sample application

Even though primarily the JpGraph bar code extension is meant, and designed, to be used as a library within a larger system there is a small demo web application to allow easy creation of linear barcodes bar codes. This application is primarily included as a demo of the features available and not as a finalized product.

The application is available under the directory "barcode/demoapp" as "index.html" in the main library directory

Figure 23.2 shows a screen shot of the demo application

Figure 23.2. Linear Barcode Demo application (screen shot from running in WEB-browser)

Linear Barcode Demo application (screen shot from running in WEB-browser)


We strongly suggest running this demo application to get a feel for what formatting options and how the different symbologies behave.

Tip

There is also a command line utility that allows the creation of barcodes from the command line "mkbarcode.php"