1iec16022(1) General Commands Manual iec16022(1)
2
3
4
6 iec16022 - program to generate 2d barcodes
7
9 iec16022 [options]
10
12 This manual page documents briefly the iec16022 command.
13
14 iec16022 generates 2d barcodes conforming to the ISO/IEC 16022 standard
15 (which is also known as Data Matrix and Semacode).
16
18 These programs follow the usual GNU command line syntax, with long
19 options starting with two dashes (`-'). A summary of options is
20 included below.
21
22 -s, --size WxH
23 Sets the size of the generated barcode.
24
25 -c, --barcode text
26 Specifies the text to be encoded.
27
28 --ecc 000|050|080|100|140|200
29 Sets the type of ecc to be used (default: 200).
30
31 -i, --infile filename
32 Read input data from file.
33
34 -o, --outfile filenmae
35 Save output to file (instead of standard output).
36
37 -f, --format Text|UTF-8|EPS|Bin|Hex|Stamp|PNG
38 Set the output type.
39
40 -?, --help
41 Show summary of options.
42
43 --usage
44 Show short overview of options.
45
47 To produce a DataMatrix barcode for foobar in PNG format you need the
48 following arguments:
49
50 iec16022 -f PNG -c foobar -o foobar.png
51
53 iec16022 was written by Adrian Kennard, Andrews & Arnold Ltd.
54
55 This manual page was written by Jan Luebbe <jluebbe@lasnet.de>, for the
56 Debian project (but may be used by others).
57
58
59
60iec16022 0.3.0 2006-01-14 iec16022(1)