NetBarcode 1.7.1.1

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package NetBarcode --version 1.7.1.1
NuGet\Install-Package NetBarcode -Version 1.7.1.1
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="NetBarcode" Version="1.7.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetBarcode --version 1.7.1.1
#r "nuget: NetBarcode, 1.7.1.1"
#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.
// Install NetBarcode as a Cake Addin
#addin nuget:?package=NetBarcode&version=1.7.1.1

// Install NetBarcode as a Cake Tool
#tool nuget:?package=NetBarcode&version=1.7.1.1

NetBarcode

NetBarcode nuget Donwloads

Barcode generation library written in .NET Core compatible with .NET Standard 2.

Supported barcodes:

  • CODE128
    • CODE128 (automatic mode switching)
    • CODE128 A/B/C
  • EAN
    • EAN-13
    • EAN-8
  • CODE11
  • CODE39
  • CODE39E
  • CODE93
  • Codabar

Install

On Nuget:

PM> Install-Package NetBarcode

.NET CLI

> dotnet add package NetBarcode

NuGet

https://www.nuget.org/packages/NetBarcode

Requirements

This library uses System.Drawing.Common which requires the following installed packages:

sudo apt install libc6-dev 
sudo apt install libgdiplus

Mac

brew update
brew install mono-libgdiplus

Using

var barcode = new Barcode("543534"); // default: Code128

Change barcode type

var barcode = new Barcode("543534", Type.Code93);

Show label

var barcode = new Barcode("543534", Type.Code128, true);

Saving in a image file

var value = barcode.SaveImageFile("./path"); // default: ImageFormat.Jpeg

Change image format

var value = barcode.SaveImageFile("./path", ImageFormat.Png); // formats: Bmp, Gif, Jpeg, Png...

Get string with base64 image to use in HTML

var value = barcode.GetBase64Image();

To manipulate the image

var image = barcode.GetImage();

Version 1.5

ImageSharp was added in place of System.Drawing due to break of support from .NET 6, more information click here. There is a small compatibility break only if you are manipulating the image with the GetImage method or customizing font and color. In these cases the namespaces have changed to SixLabors.ImageSharp.

License

NetBarcode is shared under the MIT license. This means you can modify and use it however you want, even for comercial use. But please give this repository a ⭐️.

If you found it useful, please consider paying me a coffee.

paypal

paypal

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. 
.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 (5)

Showing the top 5 NuGet packages that depend on NetBarcode:

Package Downloads
Bastion.Statements.Api

Package Description

Zideun.DFeBR.EmissorNFe

Novo framework para emissão e logística de documentos fiscais para a plataforma .NET, compatível com .NET Core e .NET 4.x

DFeBR.EmissorNFe

Novo framework para emissão e logística de documentos fiscais para a plataforma .NET, compatível com .NET Core e .NET 4.x

Kurumin.Core

Colletion libraries for Kurumin Solutions

SktPublicLibrary

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NetBarcode:

Repository Stars
ZeusAutomacao/DFe.NET
Biblioteca para Geração de NFe(2.0, 3.10 e 4.0) e NFCe(3.10 e 4.0) e consumo dos serviços necessários à sua manutenção, conforme descritos em http://www.nfe.fazenda.gov.br/portal/principal.aspx
Version Downloads Last updated
2.0.0-beta.1 9,337 7/12/2021
1.7.1.1 68 4/18/2024
1.7.0 343,223 7/22/2022
1.6.0 4,719 6/20/2022
1.5.2 1,462 6/16/2022
1.5.0 8,549 5/20/2022
1.4.5 61,808 3/20/2022
1.4.4 123,498 9/25/2021
1.4.3 11,208 7/9/2021
1.4.2 401 7/9/2021
1.4.1 16,645 5/19/2021
1.4.0 135,545 12/30/2020
1.3.0 1,559 12/24/2020
1.2.0 683 12/24/2020
1.1.0 104,598 8/22/2020
1.0.8 78,290 3/17/2020
1.0.7 89,708 11/27/2018
1.0.6 6,675 9/1/2018
1.0.5 6,236 7/17/2018
1.0.2 1,161 7/10/2018
1.0.0 8,652 12/22/2017