Bulk QR-Code-Generator
Fügen Sie eine CSV von Dateinamen,Werten-Paaren ein und laden Sie ein ZIP mit einem PNG pro Zeile herunter.
Kurze Antwort: Bulk QR-Code-Generator: Fügen Sie eine CSV mit Dateiname-Wert-Paaren ein und laden Sie ein ZIP mit einer PNG-Datei pro Zeile herunter. Läuft vollständig in Ihrem Browser, kostenlos und ohne Anmeldung.
Zuletzt aktualisiert
Gut zu wissen
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.
Häufig gestellte Fragen
- Ist der Bulk-QR-Generator kostenlos?
- Ja — kostenlos, keine Anmeldung oder Beschränkung pro Batch.
- Werden meine Werte hochgeladen?
- Nein — jeder QR-Code wird vollständig in Ihrem Browser generiert und in eine ZIP-Datei gepackt.
- Wie viele Codes kann ich auf einmal generieren?
- Bis zu ein paar Tausend auf einem modernen Laptop. Der Engpass liegt im Browser-RAM, nicht auf unserem Server.
- In welchem Format erhalte ich die Codes?
- Eine ZIP-Datei, die ein 512×512 PNG pro CSV-Zeile enthält, benannt nach der ersten Spalte.
- Kann ich die Größe anpassen?
- Nicht im Bulk-Tool — alle PNGs sind 512px. Verwenden Sie das Einzel-QR-Tool für benutzerdefinierte Größen.