Tested tool guide
Tested browser tools
Checked August 16, 2026
What Batch QR Code Generator does, with a checked example
Paste a text list or CSV and this tool returns a ZIP of QR code images, one code per entry. Each code stores that entry's text exactly as written: a URL scans back as a clickable link, a plain string as text. The surprise is that the code's appearance reveals nothing about its content - a header row, trailing space, or stray blank line becomes an extra code or a silently broken one, and you cannot see the difference. Scan one code with a real scanner before printing or distributing the batch. Everything runs in your browser; the list is never uploaded.
Worked example
A concrete input and expected output from the current implementation.
Input
https://example.com/inventory/alpha
https://example.com/inventory/beta
->
Expected output
A ZIP archive containing two PNG images, one QR code per line. The first code encodes the text https://example.com/inventory/alpha; the second encodes https://example.com/inventory/beta. Scanned, they resolve to those two URLs.
Each line of the pasted list becomes one QR code whose payload is that line's text exactly as written, so two lines yield two codes and each scans back to precisely what was entered. Both URLs are short enough to fit any error-correction level comfortably.