|
|
||||||||||||
Home > Products > Java Barcode > Java Barcode Generator Java Barcode Generator
Generating 1d & 2d barcode images with BarcodeLib Barcode for Java library. This page is a demonstration and guide of
how our Java Barcode library can be used.
The following code illustrates how to generate a 1d (linear) barcode in a Java class
1 Linear linear = new Linear();
2 linear.setData("123456789");
3 linear.setType(Linear.CODE128);
4 linear.renderBarcode("c:/barcode.gif");
There are two ways to create barcode images in your Java web applications.
Barcode Types/Symbologies
|
|||||||||||||