Barcode (Linear, DataMatrix, PDF417) Console Applications Options
|
|
| Parameter Name |
Description |
Corresponding property of Barcode-ActiveX |
Default value |
| -h (--help) |
Displays help information. |
|
|
| -x (--xsize) |
Barcode picture width. |
|
|
| -y (--ysize) |
Barcode picture height. |
|
|
| -n (--xdim) |
Barcode X-Dimension. |
This parameter makes sense only if the w parameter (for 0 degree orientation) are not used. |
2 |
| -d (--data) |
Sets the data that is to be encoded in the Barcode. |
BarText |
1234567 |
| -t (--btype) |
Barcode Type. Possible values: 0...21 |
BarType |
7 |
| -o (--orient) |
Orientation of the bar code. Possible values: 0, 90, 180, 270 |
Orientation |
0 |
| -q (--qzone) |
Show quiet zones. Possible values: 0(hide) or 1(show) |
ShowQuietZone |
1 |
| -g (--balign) |
Barcode alignment. Possible values: 0...2 |
BarAlign |
2 |
| -l (--talign) |
Text alignment. Possible values: 0...5 |
TextAlign |
0 |
| -b (--bcolor) |
Background color. Possible values: 000000...ffffff
The color must be presented as RGB, i.e. you should specify the value ff0000 for the red color.
|
BackColor |
ffffff (white) |
| -r (--fcolor) |
Foreground color. Possible values: 000000...ffffff |
ForeColor |
000000 (black) |
| -e (--tcolor) |
Text color. Possible values: 000000...ffffff |
TextColor |
000000 (black) |
| -u (--guarg) |
Show guard lines for EAN(UPC) bar codes. Possible values: 0(hide) or 1(show) |
ShowGuard |
1 |
| -s (--text) |
Show barcode human readable text. Possible values: 0(hide) or 1(show) |
ShowText |
1 |
| -p (--tdown) |
Place the text above or below. Possible values: 0(above) or 1(below) |
TextBottomTop |
1 |
| -z (--stst) |
Show start/stop digits (if barcode have it). Possible values: 0(hide) or 1(show) |
ShowStSt |
0 |
| -c (--schk) |
Show check digit (if barcode have it). Possible values: 0(hide) or 1(show) |
ShowCheck |
1 |
| -k (--cchk) |
calculate an optional check digit or not. Possible values: 0(no) or 1(yes) |
CalcCheck |
1 |
| -v (--ntxt) |
Convert nonprinting chars to text. Possible values: 0(no) or 1(yes) |
NonPrintingToTxt |
1 |
| -a (--c128) |
Code-128 charset. Possible values: 0...3 |
Code128CharSet |
0 |
| -m (--fh) |
Font height. |
|
14 |
| -j (--bred) |
Barcode width reduction. Possible values: -99...99 |
BarWidthReduction |
0 |
| -i (--w2n) |
Wide to narrow ratio. Possible values: 2...4 |
Wide2NarrowRatio |
2.5 |
Examples:
bargen.exe -n2 -y90 -t11 -l4 -d8123456789012 -bffff00 c:\ean13.png
| Barcode Type: |
EAN-13 |
 |
| Data to encode: | 8123456789012 |
| X-Dimension: | 2 |
| Height: | 90 |
| Text alignment: | EAN1 |
| Background color: | Yellow |
| Save to file: | c:\ean13.png |
bargen.exe -n2 -o270 -x90 -p0 -t7 -l2 -c0 -d1234567 -rff0000 -e0000ff c:\code128.png
| Barcode Type: |
Code-128 |
 |
| Data to encode: | 1234567 |
| X-Dimension: | 2 |
| Width: | 90 |
| Text alignment: | Center |
| Font height: | 9 |
| Text down/top: | Top |
| Foreground color: | Red |
| Text color: | Blue |
| Show check: | Hide |
| Save to file: | c:\code128.png |
|
| |
|
| Parameter Name |
Description |
Corresponding property of DataMatrix-ActiveX |
Default value |
| -h (--help) |
Displays help information. |
|
|
| -x (--xsize) |
DataMatrix picture width. |
|
100 |
| -y (--ysize) |
DataMatrix picture height. |
|
100 |
| -n (--xdim) |
DataMatrix X-Dimension. |
This parameter makes sense only if the w and h parameters are not used. |
5 |
| -d (--data) |
Sets the data that is to be encoded in the DataMatrix. |
DataToEncode |
1234567 |
| -f (--fmt) |
DataMatrix format. Possible values: 0...30 |
PreferredFormat |
0 |
| -m (--mode) |
DataMatrix encoding mode. Possible values: 0...6 |
EncodingMode |
0 |
| -o (--orient) |
Orientation of the DataMatrix bar code. Possible values: 0, 90, 180, 270 |
Orientation |
0 |
| -q (--qzone) |
Show quiet zones. Possible values: 0(hide) or 1(show) |
QuietZone |
1 |
| -z (--alignh) |
Horizontal barcode alignment. Possible values: 0...3 |
AlignH |
1 |
| -v (--alignv) |
Vertical barcode alignment. Possible values: 0...3 |
AlignV |
1 |
| -b (--bcolor) |
Background color. Possible values: 000000...ffffff
The color must be presented as RGB, i.e. you should specify the value ff0000 for the red color.
|
BackColor |
ffffff (white) |
| -r (--fcolor) |
Foreground color. Possible values: 000000...ffffff |
ForeColor |
000000 (black) |
| -e --qsize |
Quiet zone size. Possible values: 0... |
QuietZoneSize |
1 |
Examples:
dmtxgen.exe -d~x01HelloWorld~x02 -f0 -n3 -bffff00 c:\datamatrix.png
| Format: |
Auto |
 |
| Data to encode: | ~x01HelloWorld~x02 (~x01 is 0x01 Hexadecimal) |
| X-Dimension: | 3 |
| Background color: | Yellow |
| Save to file: | c:\datamatrix.png |
|
| |
|
| Parameter Name |
Description |
Corresponding property of PDF417-ActiveX |
Default value |
| -h (--help) |
Displays help information. |
|
|
| -x (--xsize) |
PDF417 picture width. |
|
200 |
| -y (--ysize) |
PDF417 picture height. |
|
100 |
| -n (--xdim) |
PDF417 X-Dimension. |
This parameter makes sense only if the w and h parameters are not used. |
2 |
| -d (--data) |
Sets the data that is to be encoded in the PDF417. |
DataToEncode |
1234567 |
| -m (--mode) |
PDF417 Compaction mode. Possible values: 0...3 |
CompactionMode |
0 |
| -e (--ecl) |
PDF417 Error Correction Level. Possible values: 0...9 |
ErrorCorrectionLevel |
9 |
| -c (--col) |
Data Columns. Possible values: 0(auto)...30 |
DataColumns |
3 |
| -r (--row) |
Data Rows. Possible values: 0(auto), 3...90 |
DataRows |
0 |
| -t (--cpdf) |
Compact PDF. Possible values: 0(normal PDF417) or 1(compact) |
CompactPDF |
1 |
| -o (--orient) |
Orientation of the PDF417 bar code. Possible values: 0, 90, 180, 270 |
Orientation |
0 |
| -q (--qzone) |
Show quiet zones. Possible values: 0(hide) or 1(show) |
QuietZone |
1 |
| -z (--alignh) |
Horizontal barcode alignment. Possible values: 0...3 |
AlignH |
1 |
| -v (--alignv) |
Vertical barcode alignment. Possible values: 0...3 |
AlignV |
1 |
| -b (--bcolor) |
Background color. Possible values: 000000...ffffff
The color must be presented as RGB, i.e. you should specify the value ff0000 for the red color.
|
BackColor |
ffffff (white) |
| -f (--fcolor) |
Foreground color. Possible values: 000000...ffffff |
ForeColor |
000000 (black) |
| -a (--y2x) |
PDF417 Y to X Ratio. |
Y2XRatio |
4.0 |
Examples:
pdf417gen.exe -n1 -c3 -d1234567Hello -a4.5 -bffff00 -f0000ff c:\pdf417.png
| X-Dimension: |
1 |
 |
| Data to encode: | 1234567Hello |
| Columns: | 3 |
| Y to X ratio: | 4.5 |
| Background color: | Yellow |
| Foreground color: | Blue |
| Save to file: | c:\pdf417.png |
|