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

ERIC4_TRAY(1)						      General Commands Manual						     ERIC4_TRAY(1)

NAME
eric4_tray - Traystarter for eric4 SYNOPSIS
eric4_tray [options] files... DESCRIPTION
This manual page documents briefly the eric4_tray program. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation provided in HTML format. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options. --version Show version of program. --nokde Don't use KDE widgets SEE ALSO
eric4(1), eric4_api(1), eric4_compare(1), eric4_configure(1), eric4_diff(1), eric4_doc(1), eric4_editor(1), eric4_helpviewer(1), eric4_iconeditor(1), eric4_plugininstall(1), eric4_pluginrepository(1), eric4_pluginuninstall(1), eric4_qregexp(1), eric4_re(1), eric4_sql- browser(1), eric4_trpreviewer(1), eric4_uipreviewer(1), eric4_unittest(1), eric4_webbrowser(1) AUTHOR
eric4_tray was written by Detlev Offenbach. This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>, for the Debian project (but may be used by others). January 31, 2010 ERIC4_TRAY(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