]> git.sur5r.net Git - iec16022/blob - iec16022.1
Imported Upstream version 0.1
[iec16022] / iec16022.1
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH IEC16022 1 "December 28, 2005"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .\" Some roff macros, for reference:
9 .\" .nh        disable hyphenation
10 .\" .hy        enable hyphenation
11 .\" .ad l      left justify
12 .\" .ad b      justify to both left and right margins
13 .\" .nf        disable filling
14 .\" .fi        enable filling
15 .\" .br        insert line break
16 .\" .sp <n>    insert n+1 empty lines
17 .\" for manpage-specific macros, see man(7)
18 .SH NAME
19 iec16022 \- program to generate 2d barcodes
20 .SH SYNOPSIS
21 .B iec16022
22 .RI [ options ]
23 .SH DESCRIPTION
24 This manual page documents briefly the
25 .B iec16022
26 command.
27 .PP
28 .B iec16022
29 generates 2d barcodes conforming to the ISO/IEC 16022 standard (which is
30 also known as Data Matrix and Semacode).
31 .SH OPTIONS
32 These programs follow the usual GNU command line syntax, with long
33 options starting with two dashes (`-').
34 A summary of options is included below.
35 .TP
36 .B \-s, \-\-size WxH
37 Sets the size of the generated barcode.
38 .TP
39 .B \-c, \-\-barcode text
40 Specifies the text to be encoded.
41 .TP
42 .B \-\-ecc 000|050|080|100|140|200
43 Sets the type of ecc to be used.
44 .TP
45 .B \-i, \-\-infile filename
46 Read input data from file.
47 .TP
48 .B \-o, \-\-outfile filenmae
49 Save output to file (instead of standard output).
50 .TP
51 .B \-f, \-\-format Text|EPS|Bin|Hex|Stamp|PNG
52 Set the output type.
53 .TP
54 .B \-?, \-\-help
55 Show summary of options.
56 .TP
57 .B \-\-usage
58 Show short overview of options.
59 .SH AUTHOR
60 iec16022 was written by Adrian Kennard, Andrews & Arnold Ltd.
61 .PP
62 This manual page was written by Jan Luebbe <jluebbe@lasnet.de>,
63 for the Debian project (but may be used by others).