Barcode
With a few commands you can add a barcode to your BIRT report or document:
- 
barcodeImage = plugin.generateCode<fmt>(reportContext, "data", glBarcodeConf);
 - 
barcodeImage.getImage();
 
The size and layout can be defined with global configuration settings (glBarcodeConf).
| Parameter | Werte | 
|---|---|
| Orientation | 0° 90° 180° 270° | 
| Barcode height | |
| Resolution | 300 dpi | 
| Shape for QR code | SQUARE, RECTANGLE | 
| Font size | |
| Font type | |
| Text alignment | BOTTOM, TOP, NONE | 
| Output format | GIF, JPEG, PNG | 
The following barcode formats are supported:
| Barcode Formatt | |
|---|---|
| CODE 39 | QR Code | 
| CODE 128 | Codabar | 
| EAN 8 | ITF-14 | 
| EAN 13 | Data Matrix | 
| EAN 128 | Code25 - interleaved 2 of 5 | 
| PDF417 | RM4SCC - Royal Mail | 
| UPC-A | Postnet | 
| UPC-E | USPS Intelligent Mail | 
| ... further formats | on request (optional) | 
For questions regarding our BARCODE module just contact us.
