]> git.sur5r.net Git - glabels/blob - barcode-0.98/contrib/barcodeps-0.1.tgz.README
Imported Upstream version 2.2.8
[glabels] / barcode-0.98 / contrib / barcodeps-0.1.tgz.README
1
2                          ***** barcodeps  0.1 *****
3                                  2000-10-07
4
5 Barcodes generated in PostScript
6 by Hans Schou http://www.schou.dk
7
8 PostScript is a programming language. It has all the control structures
9 needed for creating barcodes on the fly. With this example it is not
10 needed to have another programming language than PostScript as the
11 barcodes are generated within the PostScript printer.
12
13 This contribution gives some examples of how to generate Interleave 2 of 5
14 barcodes. Edit the bottom of i25.ps with a new number and send it to
15 a PostScript printer to see an example.
16
17 Usage, in PostScript:
18 To draw a Interleave 2 of 5 use the following command in i25.ps
19   (123456789) BarCodeI25
20
21 This method is very usefull used together with other scripts
22 or programming language as it is only necessary to copy some
23 files to the printer. No program execution is needed.
24
25