QR-codegenerator voor grote aantallen
Plak een CSV van bestandsnaam, waarde-paren en download een ZIP met één PNG per regel.
Snel antwoord: QR-codegenerator voor grote aantallen: plak een CSV met bestandsnaam-waardeparen en download een ZIP met één PNG per rij. Werkt volledig in je browser, gratis en zonder registratie.
Laatst bijgewerkt
Goed om te weten
The CSV format here is intentionally minimal — filename,value per line — because that is all you need to turn a spreadsheet column into a folder of scannable codes. Export the two columns as CSV, paste, and you get one 512×512 PNG per row, each named after the first column so they sort predictably when you unzip them. It is the fastest path for table numbers, asset tags, event badges, or a catalog where every SKU needs its own code.
Watch out for commas inside a value: because the split is on the first comma, a URL with query parameters like ?a=1,2 can break the parse. If your values contain commas, wrap the field in quotes or strip them first. Blank lines are skipped, and leading or trailing spaces in the filename can produce awkward names on some operating systems, so trim your source column before pasting.
Everything runs in your browser, so the practical ceiling is memory rather than a server quota — a few thousand rows is comfortable, but generating tens of thousands of codes at once can make the tab sluggish while it builds the ZIP. If you need custom sizing, colors, or a higher error-correction level per code, generate those one at a time with the single QR generator instead.
Because these are static QR codes, the data is baked in and there is no redirect to expire — but that also means a typo in your CSV becomes a permanently wrong code. Scan a couple of the generated PNGs with your phone before you print the whole batch onto stickers.
Veelgestelde vragen
- Is de bulk QR-generator gratis?
- Ja - gratis, geen registratie of limiet per batch.
- Worden mijn waarden geüpload?
- Nee - elke QR wordt volledig in uw browser gegenereerd en gecomprimeerd.
- Hoeveel codes kan ik tegelijk genereren?
- Tot enkele duizenden op een moderne laptop. De bottleneck is het RAM van de browser, niet onze server.
- In welk formaat krijg ik het?
- Een ZIP met één 512×512 PNG per CSV-rij, genoemd naar de eerste kolom.
- Kan ik de grootte aanpassen?
- Niet in de bulktool - alle PNG's zijn 512px. Gebruik de enkele-QR-tool voor aangepaste maten.