iReport ITF-14 Generator Plugin Tutorial - Generate, create linear barcode ITF-14 images in iReport reports
ITF-14 for iReport plugin generate, create ITF-14 barcode in iReport Jasper Reports
- Easy to generate ITF14 barcodes in iReport reports
- Simple to redistribute iReport ITF14 barcode library (jar).
No registration key. No activation code.
- Generating high quality ITF14 Bar Code images in GIF format
- Completely developed in NETBeans iReport Custom Extended Report Item framework.
- Mature iReport ITF14 barcode generation plugin using Java Barcode Generator library
Index
iReport Barcode ITF14 Generator Introduction
iReport Barcode is a
NETBeans iReport Custom Extended Report Item which helps you easily generate and print high quality 1D (linear) and 2D (matrix) barcodes
in your iReport reports.
barcode types excel,
download code 128 barcode font for excel free,
java barcode reader source code,
barcode generator vb.net code,
barcode scanner program in vb.net,
gs1-128 c# free
ITF 14 Introduction
ITF-14 is the GS1 implementation of an Interleaved 2 of 5 bar code to encode a Global Trade Item Number.
ITF-14 symbols are generally used on packaging levels of a product, such as a case box of 24 cans of soup. The ITF-14 will always encode 14 digits.
iReport ITF 14 Generator - Valid Data Scope
iReport ITF 14 Generator encodes:
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
ITF-14 Generators
OnBarcode provides several ITF-14 Generator components and software, including
ITF-14 Generator .NET,
ITF-14 Generator Java,
ITF-14 Generator C#,
ITF-14 Generator VB.NET,
ITF-14 Generator.
iReport Barcode ITF14 Generator - Property Settings
| Category |
Properties |
Value |
Comments |
| Basic
|
Property: Data
|
Type: expression
Default: ""
- If you encode the barcode data text directly, the text string should be around by " " ", such as "12345"
- If you encode the barcode data from dataset, input the expression, such as row["CUSTOMERNUMBER"]
|
Barcode value to encode.
ITF14 Valid Data Char Set:
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
|
|
Property: Add CheckSum Char
|
Type: boolean
Default: false
|
Add CheckSum Char property is not applied here. iReport Barcode will always add a check character in the last digit. |
| |
ITF14 Special |
Property: N
|
Type: float
Default: 2.0f
|
Wide/narrow ratio, 2.0 - 3.0 inclusive, default is 2.
|
|
Property: ITF14 Bearer Bar Horizonal
|
Type: float
Default: 1
|
The value of the horizontal bearer bars (top and bottom bars). Valid values are 0-10 which are a multiple of X. |
|
Property: ITF14 Bearer Bar Vertical
|
Type: float
Default: 1
|
The value of the vertical bearer bars (left & right bars). Valid values are 0-10 which are a multiple of X. |
| |
Barcode Size Related |
Property: Unit of Measure
|
Type: int
Default: 0 (pixel)
|
Unit of meature for all size related settings in the library.
Valid values: 0: pixel; 1: inch; 2: cm.
|
|
Property: X
|
Type: float
Default: 1
|
Width of barcode bar module (narrow bar), default is 1 pixel |
|
Property: Y
|
Type: float
Default: 30
|
Height of barcode bar module, default is 30 pixel |
|
Property: Left Margin
|
Type: float
Default: 0
|
Barcode image left margin size. |
|
Property: Right Margin
|
Type: float
Default: 0
|
Barcode image right margin size. |
|
Property: Top Margin
|
Type: float
Default: 0
|
Barcode image top margin size. |
|
Property: Bottom/b>
|
Type: float
Default: 0
|
Barcode image bottom margin size. |
|
Property: Resolution (in dpi)
|
Type: int
Default: 72
|
Barcode image resolution in DPI (Dots per inch). |
|
Property: Rotate
|
Type: int
Default: 0 (rotate angle in 0 degree)
|
Valid values:
- 0 (rotate angle in 0 degree)
- 90 (rotate angle in 90 degree)
- 180 (rotate angle in 180 degree)
- 270 (rotate angle in 270 degree)
|
| |
Font Style |
Property: Show Text
|
Type: boolean
Default: true
|
If true, display barcode data text under the barcode, otherwise do not display. |
|
Property: Text Font Size
|
Type: int
Default: 11
|
Barcode text font size.
|
|
Property: Text Margin
|
Type: float
Default: 6
|
Space between barcode and barcode data text, default is 6 pixels |
iReport Barcode Generator Supporting BarCode Types