Build and troubleshoot barcode generation in Blazor using SfBarcodeGenerator, SfQRCodeGenerator, and SfDataMatrixGenerator.
Trigger for 1D barcodes (Code39, Code128, Codabar), QR codes with logo and error correction, Data Matrix, checksum validation, and exporting barcodes to images in Syncfusion Blazor apps.
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars4
Default branchmaster
Open issues0
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Version34.1.29
More metadata
author
Syncfusion Inc
version
34.1.29
category
Data Visualization
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md5,184 B
docsSUMMARY.md343 B
History
First seen on skills.sh
First recorded snapshot · 308 installs
SKILL.md
Syncfusion Blazor Barcode Generator
Syncfusion's Blazor Barcode Generator package (Syncfusion.Blazor.BarcodeGenerator) provides three components for generating barcodes in Blazor applications:
Component
Use For
SfBarcodeGenerator
1D linear barcodes (Code39, Code128, Codabar, etc.)
SfQRCodeGenerator
QR codes with optional logo embedding
SfDataMatrixGenerator
2D Data Matrix codes for compact encoding
All three work in Blazor Server, Blazor WebAssembly, and Blazor Web App (.NET 8+).
When to Use This Skill
User needs to render or display a barcode in a Blazor component
User asks about QR code generation (e.g., product links, 2FA, contact cards)
User needs Data Matrix codes (pharmaceutical, logistics, label printing)
User is configuring SfBarcodeGenerator, SfQRCodeGenerator, or SfDataMatrixGenerator
User asks about exporting a barcode as an image (JPG/PNG) or Base64
User asks about barcode types, error correction, checksums, or validation events