Sponsored Content
Full Discussion: loading barcodes
The Lounge What is on Your Mind? loading barcodes Post 302598390 by Albright Weldin on Tuesday 14th of February 2012 09:54:41 AM
Old 02-14-2012
thank you that was very helpful Smilie
This User Gave Thanks to Albright Weldin For This Post:
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

how to print barcodes?

Hello All, I need to print barcodes on reports being generated/printed on a Unix server. I think I can do this using a combination of PCL and TrueType fonts, but I'm not exactly sure how. Can anyone point me in the right direction? Any help would be appreciated... (3 Replies)
Discussion started by: gdrumb
3 Replies

2. UNIX for Dummies Questions & Answers

Loading up Solaris OS

can someone point me to a good site that shows how to do this? i'm talking about loading solaris version 8 or 9. and i mean loadin it in real time, not on my personal pc. this is in regards to disaster recovery. any help is appreciated. (1 Reply)
Discussion started by: TRUEST
1 Replies

3. Programming

CPU Loading

How can I measure CPU loading (like performance monitor in Windows OS). I use Solaris but I would like to write portable code. Besides, I have to write programm to load CPU with known percent. How can I use CPU in 30% for example. Thanks for any ideas. (6 Replies)
Discussion started by: serge
6 Replies

4. UNIX for Dummies Questions & Answers

TCP/IP Not Entirely Loading

When our SCO UNIXWARE 7.4 System starts up we receive the following log indicating that its not loading successfully. I have pasted the txt file for review. Can someone please help? UX:S69inet: INFO: The following commands ran from /etc/init.d/inetinits This command will link the TCP/IP... (0 Replies)
Discussion started by: Yorgy
0 Replies

5. Shell Programming and Scripting

Function loading in a shell scripting like class loading in java

Like class loader in java, can we make a function loader in shell script, for this can someone throw some light on how internally bash runs a shell script , what happenes in runtime ... thanks in advance.. (1 Reply)
Discussion started by: mpsc_sela
1 Replies

6. AIX

loading subsets

In aix 5.2, we are trying to update with the latest subsets for "bos.adt.debug package". the subset version we have is 33 and the latest available is 95. Would like to know whether i need to load all the versions from 34 to 95 or can i load the latest version directly? (1 Reply)
Discussion started by: mjdarm
1 Replies

7. Debian

GNU Barcodes

I wish to be able to print a barcode .5 inches from top of the page and centered. I generate the barcode - yes 12345 | head -84 | barcode -p 5x5.0cm -umm -e CODE39 > test.ps; and print - lpr -o media=letter -#1 -P LJ1012 /var/www/test.ps -o page-top=33 -o page-bottom=44 -o... (1 Reply)
Discussion started by: Meow613
1 Replies

8. UNIX for Dummies Questions & Answers

When loading Linux "loading please wait.." then nothing?

Hi everyone, I have a problem but I have never installed a separate OS before so my lingo and understanding may not be as good as some of you. I will try and explain my problem best I can. I am trying to instead of loading Windows 7 when my computer starts up, for it to start linux specifically... (2 Replies)
Discussion started by: markhow30
2 Replies
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)
All times are GMT -4. The time now is 02:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy