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