Tested tool guide
Tested browser tools
Checked August 16, 2026
What Batch Barcode Generator does, with a checked example
Paste a list of product, asset, or document codes, one per line, and this tool renders a barcode for each entry in the symbology you select - Code 128, EAN-13, UPC-A, or Code 39 - then packages the images into a single ZIP download. Lines are validated independently, so one bad entry is flagged and skipped rather than losing the whole batch. Everything is computed locally in the browser; your list is never uploaded. The usual surprise: EAN-13 and UPC-A end in a derived check digit, not a typed one - give the tool 12 digits and it writes the 13th for you.
Worked example
A concrete input and expected output from the current implementation.
Input
400638133393
750103131130
->
Expected output
Two EAN-13 barcodes whose human-readable text reads 4006381333931 and 7501031311309, one image per line, delivered as a single ZIP archive.
EAN-13 always ends in a check digit computed from the preceding digits: positions 1, 3, 5... weigh 1 and the rest weigh 3. The first line's digits sum to 89, so 1 is appended to reach 90; the second sums to 51, so 9 is appended to reach 60.