Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

iec16022(1) [debian man page]

iec16022(1)						      General Commands Manual						       iec16022(1)

NAME
iec16022 - program to generate 2d barcodes SYNOPSIS
iec16022 [options] DESCRIPTION
This manual page documents briefly the iec16022 command. iec16022 generates 2d barcodes conforming to the ISO/IEC 16022 standard (which is also known as Data Matrix and Semacode). OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -s, --size WxH Sets the size of the generated barcode. -c, --barcode text Specifies the text to be encoded. --ecc 000|050|080|100|140|200 Sets the type of ecc to be used. -i, --infile filename Read input data from file. -o, --outfile filenmae Save output to file (instead of standard output). -f, --format Text|EPS|Bin|Hex|Stamp|PNG Set the output type. -?, --help Show summary of options. --usage Show short overview of options. EXAMPLE
To produce a datamatrix barcode for foobar in PNG format you need the following arguments: iec16022 -f PNG -c foobar -o foobar.png AUTHOR
iec16022 was written by Adrian Kennard, Andrews & Arnold Ltd. This manual page was written by Jan Luebbe <jluebbe@lasnet.de>, for the Debian project (but may be used by others). iec16022 0.1 2006-01-14 iec16022(1)

Check Out this Related Man Page

lincredits(1)						      General Commands Manual						     lincredits(1)

NAME
lincredits - generate beautified versions of the Linux CREDITS file SYNOPSIS
lincredits [options] CREDITS-file DESCRIPTION
This manual page briefly documents the lincredits command. lincredits is a program that beautifes the Linux CREDITS file into one of three supported formats: plain text, LaTeX and HTML. You must specify the path of a valid CREDITS file (usually /usr/src/linux/CREDITS) to be formatted. OPTIONS
The programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options are included below. -h, --help Show summary of options. -o, --output <filename> Send output to the specified files, instead of standard output. --text Format the output as plain text (default). --latex Format the output as LaTeX. --html Format the output as HTML. TODO
Support the MAINTAINERS file as well. SEE ALSO
python(1) AUTHOR
This manual page was written by Chris Lawrence <lawrencc@debian.org>, for the Debian GNU/Linux system (but may be used by others). lincredits(1)
Man Page

2 More Discussions You Might Find Interesting

1. What is on Your Mind?

loading barcodes

Does anyone know how I can upload a barcode into UNIX? I want to scan the product and load it into the UNIX system. (4 Replies)
Discussion started by: Albright Weldin
4 Replies

2. UNIX for Beginners Questions & Answers

Iterate through a list - checking for a duplicate then report it ot

I have a job that produces a file of barcodes that gets added to every time the job runs I want to check the list to see if the barcode is already in the list and report it out if it is. (3 Replies)
Discussion started by: worky
3 Replies