Free Data Matrix Code Generator
Build ISO/IEC 16022 Data Matrix barcodes for healthcare UDI, manufacturing DPM, electronics labelling, and GS1 traceability. Renders client-side; bwip-js is lazy-loaded only when you pick this type.
- Generatore di QR code
- Progettista di biglietti da visita gratuito
- Biglietti da visita WiFi stampabili
- CSV in batch (500 codici)
- 40 Modelli
- 20 Lingue
Questo formato di codice a barre viene renderizzato in monocromia solo con i colori di primo piano e sfondo. Modelli, forme di punti/occhi, sfumature, cornici e logo centrali si applicano solo ai codici QR e sono nascosti qui.
Mostra altri 30 modelli
Salva uno stile con il pulsante sopra per conservare i tuoi preferiti qui.
Oppure scegli un'icona predefinita:
Mostra altre 108 icone
Renderizzato dietro il QR con opacità ridotta. Forza automaticamente EC=H affinché il QR rimanga scansionabile attraverso la foto.
Generazione in batch
Carica un CSV per generare fino a 500 QR code in un unico batch. Ogni riga diventa il proprio QR: scegli un modello o personalizza 21 proprietà per riga: colori, cornici, stili di punti/occhi/pupille, gradienti, trasparenza, dimensioni, correzione errori, formato, logo integrato e molto altro.
21 colonne: type, data, filename, frametext, frame, template, fgcolor, bgcolor, size, ec, dotstyle, eyestyle, format, logo, gradient, g2, gtype, gangle, transparent, eyeball, eyecolor. Solo type e data sono obbligatori. Usa | per separare i campi all'interno di data (es. ssid|password|WPA).
Supportati tutti i 20 tipi di QR, inclusi URL, WiFi, vCard, MeCard, Email, SMS, Event, Location, UPI, SEPA, PayPal, Crypto, Micro QR e rMQR. Scarica il CSV di esempio per vedere tutte le colonne, i 40 modelli, gli 11 stili di cornice e i 12 loghi integrati in azione.
1. Scarica il CSV di esempio · 2. Modificalo in Google Sheets, Excel, Numbers o qualsiasi editor di testo · 3. Caricalo qui
Salva l'intero QR â tipo, tutti i valori dei campi, stile, frame, logo, design del biglietto da visita â come un singolo file .qr.json. Caricalo in seguito per ricreare tutto in un clic.
Inserisci il contenuto per generare il tuo codice QR
Firme elettroniche valide in tribunale
Abundera Sign va oltre le firme elettroniche di base. Ogni documento ottiene una prova crittografica, verifica indipendente e un pacchetto di prove a prova di manomissione.
- Pacchetti di prove pronti per il tribunale generati automaticamente
- Sigillo personale del documento — rileva immediatamente le manomissioni
- Ancorato a 5 sistemi indipendenti — nessun singolo punto di guasto
What is Data Matrix?
Data Matrix is a square (or rectangular) 2D matrix barcode standardised as ISO/IEC 16022. It packs significantly more data per unit area than a 1D barcode, scans reliably down to ~3 mm sides, and tolerates damage thanks to Reed-Solomon error correction. It's the dominant 2D format outside of QR for industrial use.
Where Data Matrix is mandatory or dominant
- Healthcare UDI — FDA UDI and EU MDR require Data Matrix on most medical devices and packaging.
- Pharmaceutical packaging — FMD (EU Falsified Medicines Directive) mandates Data Matrix with GTIN, batch, expiry, serial.
- Electronics direct-part marking — laser-etched onto PCBs, semiconductor wafers, and connectors.
- Aerospace / automotive parts — mil-std 130, ISO 22742 supply-chain marking.
- Tobacco track-and-trace — EU TPD requires Data Matrix on every cigarette pack.
Limits
- Up to 2,335 alphanumeric or 3,116 numeric characters in the largest size.
- Smallest practical print size: ~3 mm side at 600 DPI.
- Error correction is fixed (Reed-Solomon ECC 200) — no user choice of EC level.
Note on styling
Data Matrix is not a QR code. The QR-style controls in our generator (eye styles, dot shapes, gradients, frames, centre logos) don't apply — they assume the QR finder/timing pattern. Foreground and background colours are still configurable.
Disponibile in 26 lingue
Interfaccia completamente tradotta, rendering nativo della scrittura e supporto da destra a sinistra per arabo e urdu.
Frequently Asked Questions
Can I add a logo in the centre?
No — Data Matrix has no built-in error-correction headroom for logos. The whole symbol is data + ECC; covering any region risks an unscannable code.
What about GS1 Data Matrix?
GS1-formatted Data Matrix uses Application Identifiers ((01) for GTIN, (10) for lot, etc.) embedded in the data string. Paste your full GS1 element string (e.g. (01)09506000134352(10)ABC123(17)260101) into the Content field; the encoder is the same.
Why is my Data Matrix rectangular instead of square?
bwip-js auto-picks the optimal symbol shape from the ISO 16022 size matrix. Short payloads tend to be square; long payloads can fit better in rectangular variants. The scanner doesn't care.
Does this work for direct-part marking (DPM) inspection?
The generator outputs the symbol image. Whether your laser, dot-peen, or ink-jet equipment can mark it depends on your process. The data structure is correct.
Can I generate Data Matrix in batch?
Yes — use the batch CSV with type=datamatrix. The data column accepts any text. Output is monochrome; FG/BG colours apply to the live UI.
Why did you pick bwip-js instead of writing your own encoder?
Reed-Solomon ECC 200 + ISO 16022 symbol layout is a non-trivial 1500+ line implementation that's been independently verified across thousands of production deployments via bwip-js. Reinventing it would invite scanning bugs.
Will scanners that say 'QR code reader' read Data Matrix?
Most modern scanner apps (built-in iPhone Camera, Google Lens, ZXing-based apps, all enterprise scanners) read both. Strict 'QR-only' apps won't — check the app's spec.