0
I currently need to create barcodes in bulk, preferably in the "Code 39" format. This site http://www.barcodez.net/index.php is doing almost exactly what I want it, but I need one other feature. As you can see in the barcode below, it includes the code under the barcode. I want the text underneath to be different than the information encoded in the barcode (apply the same prefix to each code). An alternative would be to include a header or footer. Is there some way to accomplish this, preferably still in bulk?
Ex:
information encoded in barcode: 3
text underneath: InventorySys 3
-----Next barcode-----
information encoded in barcode: 4
text underneath: InventorySys 4
What did you already try? At which precise part of your programs do you get stuck? – Hennes – 2015-12-21T08:51:54.293
er, i think maybe you misunderstood my question, though i don't know how to restate it. I am not trying to make a program – Blaine – 2015-12-21T09:06:45.987
2So you need a barcode generator which produce barcodes with inconsistent encoded and readable parts?!? I guess you need modify an open source generator or batch merge images of standard code and your prefix/suffix. – g2mk – 2015-12-21T11:06:58.793