code39draw
Overview
code39draw -f jpeg_file -b barstring -w width -h height
Code39draw creates a jpg format file containing a Code 39 format barcode.
Options
| -b barstring | Text to encode. |
| -f jpegfile | Path of jpg file to create. |
| -h height | Height of image in pixels. |
| -w width | Width of image in pixels. |
Example
code39draw -f file.jpg -b "ABCD12345" -w 300 -h 100