GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
iec16022(1) FreeBSD General Commands Manual iec16022(1)

iec16022 - program to generate 2d barcodes

iec16022 [options]

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).

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 (default: 200).
-i, --infile filename
Read input data from file.
-o, --outfile filenmae
Save output to file (instead of standard output).
-f, --format Text|UTF-8|EPS|Bin|Hex|Stamp|PNG
Set the output type.
-?, --help
Show summary of options.
--usage
Show short overview of options.

To produce a DataMatrix barcode for foobar in PNG format you need the following arguments:
iec16022 -f PNG -c foobar -o foobar.png

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).

2006-01-14 iec16022 0.3.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.