NetBarcode 1.0.5

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

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

NetBarcode

NetBarcode

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
  • CODE93

Install

On Nuget:

PM> Install-Package NetBarcode

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();

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 the Github repo a ⭐️.

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,042 7/12/2021
1.7.0 318,263 7/22/2022
1.6.0 4,573 6/20/2022
1.5.2 1,459 6/16/2022
1.5.0 8,289 5/20/2022
1.4.5 58,940 3/20/2022
1.4.4 122,674 9/25/2021
1.4.3 11,060 7/9/2021
1.4.2 401 7/9/2021
1.4.1 16,194 5/19/2021
1.4.0 134,409 12/30/2020
1.3.0 1,559 12/24/2020
1.2.0 682 12/24/2020
1.1.0 103,856 8/22/2020
1.0.8 77,564 3/17/2020
1.0.7 89,088 11/27/2018
1.0.6 6,668 9/1/2018
1.0.5 6,208 7/17/2018
1.0.2 1,161 7/10/2018
1.0.0 8,634 12/22/2017