BarcodeLib.Barcode 8.0.0.3

dotnet add package BarcodeLib.Barcode --version 8.0.0.3
                    
NuGet\Install-Package BarcodeLib.Barcode -Version 8.0.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BarcodeLib.Barcode" Version="8.0.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BarcodeLib.Barcode" Version="8.0.0.3" />
                    
Directory.Packages.props
<PackageReference Include="BarcodeLib.Barcode" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BarcodeLib.Barcode --version 8.0.0.3
                    
#r "nuget: BarcodeLib.Barcode, 8.0.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BarcodeLib.Barcode@8.0.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BarcodeLib.Barcode&version=8.0.0.3
                    
Install as a Cake Addin
#tool nuget:?package=BarcodeLib.Barcode&version=8.0.0.3
                    
Install as a Cake Tool

BarcodeLib.com Barcode for .NET - A C# Barcode Generator Library

Barcode Creator for .NET SDK is a C# barcode library to create QR Code, and 20+ other 2d and 1d barcode symbologies. You can easily generate QR Code and barcodes in the .NET web and Windows applications.

Barcode for .NET is an advanced barcode generator package :

  • Create ISO standard barcode symbologies, including QR Code, Data Matrix, PDF-417, Code 39 / 128, EAN/UPC, Supplemental barcodes, GS1-128
  • Easy to render barcodes into raster images (png, bmp, tiff) or vector images (svg, eps)
  • Support high resolution barcode images for printing
  • Styled QR Code with logo, colors customized
  • Quick to generate barcode with complex data format, such as GS1 data elements, Unicode text

Compatible with

  • .NET Standard 2.0
  • .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x
  • .NET Framework 4.x
  • Windows, MacOS, Linux, Docker, Azure

Get to Start

Once installed the package, you can use the following C# code to generate, customize and save barcodes in C# application

using BarcodeLib.Barcode;

QRCode qrcode = new QRCode();
qrcode.Data = "https://www.barcodelib.com";
qrcode.drawBarcode("C://output//qrcode.png");


Linear code128 = new Linear();
code128.Type = Barcode.BarcodeType.CODE128; 
code128.Data = "CODE 128";
code128.drawBarcode("C://output//code128.png");

Other BarcodeLib Barcode Generator NuGet packages for .NET

Support & Documents

High quality and easy to use library.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1.1K)

Showing the top 5 NuGet packages that depend on BarcodeLib.Barcode:

Package Downloads
BarcodeLib.Barcode.Web

Barcode for ASP.NET Core is a C# barcode generator library for ASP.NET Core web app. You can easily create, generate QR Code, Data Matrix, Code 128, Code 39 barcode formats in ASP.NET Core C# class, or create barcodes through URL in ASP.NET Core web app. Barcode for ASP.NET library can be used in C#, VB.NET, ASP.NET Core, Framework, MVC, website, web app and web service applications. Supported barcode formats : * QR Code (Steyled QR Code, GS1 version), Data Matrix (GS1 version), PDF-417 * Code 39, Code 128, GS1-128 * EAN 8, EAN 13, UPC-A, UPC-E, +2, +5 supplemental codes * Interleaved 2 of 5, ITF-14 * And other barcodes Output : * Raster images: bitmap (.bmp), gif, png, jpeg/jpg, tiff * Vector images: svg, eps * Stream objects or binary data Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Online Documents * C# How to Guide : https://www.barcodelib.com/csharp/ * Licenses : https://www.barcodelib.com/purchase/license-barcode-net.html * Email : support@barcodelib.com

KeepAutomation.OCR

KeepAutomation.Ocr is a C# OCR (Optical Character Recognition) library to scan, read text content from TIFF, PDF, raster image files in your .NET projects. KeepAutomation.Ocr is an advanced OCR SDK : * Tesseract OCR engine to read, export image, multi-page TIFF, PDFs to editable text message * Allow characters recognition and extraction from images captured by digital camera, scanned PDF document and image-only PDF * Support multiple languages with special trained data, including English, German, Chinese, French, Spanish, Russian, Arabic, Korean, Japanese etc * Able to read, recognize QR Code, Data Matrix, Code 128, UPC/EAN and other 20+ barcode data message Compatible with * .NET Standard 2.0 * .NET 9, 8, 7, 6, 5, .NET Core 3.x & 2.x * .NET Framework 4.6.1 Information * Email : support@keepautomation.com

KA.Barcode.Generator.PDF

KA.Barcode Generator for .NET is a C# library to create QR Code, Code 128, GS1, EAN/UPC and other barcode formats on PDF file in ASP.NET Core, Windows Forms, WPF web and desktop application. Supported barcode formats : * QR Code (+GS1, Micro, Macro), Data Matrix (+GS1), PDF-417 * Code 39, Code 128, GS1-128 * EAN 8, EAN 13, UPC-A, UPC-E, +2, +5 * Interleaved 2 of 5, ITF-14 * Postal : Intelligent Mail, Identcode, PLANET, POSTNET, Leitcode, RM4SCC Guides: * How to Guide : https://www.keepautomation.com/guide/csharp_barcode_generator.html * Tutorial - ASP.NET Core : https://www.keepautomation.com/guide/csharp_barcode_generator_aspnet_core.html * Tutorial - Windows Forms : https://www.keepautomation.com/how_to/net_winforms/csharp_barcode.html * Tutorial - WPF : https://www.keepautomation.com/guide/csharp_barcode_generator_wpf.html * Email : support@keepautomation.com

KA.Barcode.Generator.Word

KA.Barcode Generator for .NET is a C# library to create QR Code, Code 128, GS1, EAN/UPC and other barcode formats on Word (docx) file in ASP.NET Core, Windows Forms, WPF web and desktop application. Supported barcode formats : * QR Code (+GS1, Micro, Macro), Data Matrix (+GS1), PDF-417 * Code 39, Code 128, GS1-128 * EAN 8, EAN 13, UPC-A, UPC-E, +2, +5 * Interleaved 2 of 5, ITF-14 * Postal : Intelligent Mail, Identcode, PLANET, POSTNET, Leitcode, RM4SCC Guides: * How to Guide : https://www.keepautomation.com/guide/csharp_barcode_generator.html * Tutorial - ASP.NET Core : https://www.keepautomation.com/guide/csharp_barcode_generator_aspnet_core.html * Tutorial - Windows Forms : https://www.keepautomation.com/how_to/net_winforms/csharp_barcode.html * Tutorial - WPF : https://www.keepautomation.com/guide/csharp_barcode_generator_wpf.html * Email : support@keepautomation.com

KA.Barcode.Generator.Excel

KA.Barcode Generator for .NET is a C# library to create QR Code, Code 128, GS1, EAN/UPC and other barcode formats on Excel (xlsx) file in ASP.NET Core, Windows Forms, WPF web and desktop application. Supported barcode formats : * QR Code (+GS1, Micro, Macro), Data Matrix (+GS1), PDF-417 * Code 39, Code 128, GS1-128 * EAN 8, EAN 13, UPC-A, UPC-E, +2, +5 * Interleaved 2 of 5, ITF-14 * Postal : Intelligent Mail, Identcode, PLANET, POSTNET, Leitcode, RM4SCC Guides: * How to Guide : https://www.keepautomation.com/guide/csharp_barcode_generator.html * Tutorial - ASP.NET Core : https://www.keepautomation.com/guide/csharp_barcode_generator_aspnet_core.html * Tutorial - Windows Forms : https://www.keepautomation.com/how_to/net_winforms/csharp_barcode.html * Tutorial - WPF : https://www.keepautomation.com/guide/csharp_barcode_generator_wpf.html * Email : support@keepautomation.com

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.0.0.3 5 1/14/2026
8.0.0.2 108 1/7/2026
8.0.0.1 115 12/31/2025
8.0.0 317 12/24/2025
7.4.2.31 176 12/24/2025
7.4.2.30 299 12/17/2025
7.4.2.29 480 12/10/2025
7.4.2.28 715 12/3/2025
7.4.2.27 232 11/26/2025
7.4.2.26 448 11/19/2025
7.4.2.25 347 11/12/2025
7.4.2.24 279 11/5/2025
7.4.2.23 283 10/29/2025
7.4.2.22 271 10/22/2025
7.4.2.21 289 10/15/2025
7.4.2.20 285 10/8/2025
7.4.2.19 284 10/1/2025
7.4.2.18 279 9/24/2025
7.4.2.17 426 9/17/2025
7.4.2.16 280 9/10/2025
7.4.2.15 288 9/3/2025
7.4.2.14 349 8/27/2025
7.4.2.13 265 8/20/2025
7.4.2.12 283 8/13/2025
7.4.2.11 773 7/23/2025
7.4.2.10 332 7/16/2025
7.4.2.9 318 7/9/2025
7.4.2.8 313 7/2/2025
7.4.2.7 485 6/25/2025
7.4.2.6 385 6/18/2025
7.4.2.5 457 6/11/2025
7.4.2.4 310 6/4/2025
7.4.2.3 312 5/28/2025
7.4.2.2 325 5/21/2025
7.4.2.1 503 4/14/2025
7.4.2 428 3/17/2025
7.4.1 371,596 3/5/2025