Here is a way to make simple barcodes

  1. First get Gnu/Barcodes; it's in Ubuntu repositories under barcode.
  2. Determine what numbers you want to generate.
  3. example: 32220500000000 to 32220500000099
  4. from bash prompt$ mkdir barcodes
  5. from bash prompt$ cd barcodes
  6. from bash prompt$ seq 32220500000000 32220500000099 >number_seq.txt
  7. from bash prompt$ barcode -i number_seq.txt -o herearemybarcodes.ps -u β€œin” -t β€œ4×12” -e code39

the above will print to an outfile in the barcode directory called herearemybarcodes.ps

open the .ps file with a ghostscript viewer and do a file print from the viewer. Print to a .pdf file

= mrmrmr50@rediff.com, re-v,08-18-09 =

 
make_barcodes.txt · Last modified: 2009/10/11 09:16 by re-v
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki