BarcodeLib.Barcode.PDF.Format.Core 7.4.1.1

dotnet add package BarcodeLib.Barcode.PDF.Format.Core --version 7.4.1.1
                    
NuGet\Install-Package BarcodeLib.Barcode.PDF.Format.Core -Version 7.4.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="BarcodeLib.Barcode.PDF.Format.Core" Version="7.4.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BarcodeLib.Barcode.PDF.Format.Core" Version="7.4.1.1" />
                    
Directory.Packages.props
<PackageReference Include="BarcodeLib.Barcode.PDF.Format.Core" />
                    
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.PDF.Format.Core --version 7.4.1.1
                    
#r "nuget: BarcodeLib.Barcode.PDF.Format.Core, 7.4.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.
#addin nuget:?package=BarcodeLib.Barcode.PDF.Format.Core&version=7.4.1.1
                    
Install BarcodeLib.Barcode.PDF.Format.Core as a Cake Addin
#tool nuget:?package=BarcodeLib.Barcode.PDF.Format.Core&version=7.4.1.1
                    
Install BarcodeLib.Barcode.PDF.Format.Core as a Cake Tool

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

This package includes shared C# example source code for all barcode formats on PDF.

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 9, 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x
  • .NET Framework 4.x
  • Windows, MacOS, Linux, Docker, Azure

Support & Documents

High quality and easy to use library.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (22)

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

Package Downloads
BarcodeLib.Barcode.PDF.Format.QRCode

BarcodeLib - A barcode library to quickly create QR Code barcode and other barcodes on PDF with comprehensive options to customize the ISO compatible barcodes. This package includes detailed example C# source code to generate QR Code on PDF in .NET projects. Documents ============================== C# How to Guide : https://www.barcodelib.com/csharp/ Tutorials ASP.NET Core : https://www.barcodelib.com/csharp/create-barcode-asp-net-core.html ASP.NET Core MVC : https://www.barcodelib.com/csharp/create-barcode-asp-net-core-mvc.html ASP.NET Framework : https://www.barcodelib.com/asp_net/barcode_aspnet_csharp.html Windows Forms : https://www.barcodelib.com/net_winforms/barcode_net_winforms_csharp.html WPF : https://www.barcodelib.com/csharp/create-barcode-wpf.html Email : support@barcodelib.com

BarcodeLib.Barcode.PDF.Format.DataMatrix

BarcodeLib - A barcode library to quickly create Data Matrix barcode and other barcodes on PDF with comprehensive options to customize the ISO compatible barcodes. This package includes detailed example C# source code to generate Data Matrix on PDF in .NET projects. Documents ============================== C# How to Guide : https://www.barcodelib.com/csharp/ Tutorials ASP.NET Core : https://www.barcodelib.com/csharp/create-barcode-asp-net-core.html ASP.NET Core MVC : https://www.barcodelib.com/csharp/create-barcode-asp-net-core-mvc.html ASP.NET Framework : https://www.barcodelib.com/asp_net/barcode_aspnet_csharp.html Windows Forms : https://www.barcodelib.com/net_winforms/barcode_net_winforms_csharp.html WPF : https://www.barcodelib.com/csharp/create-barcode-wpf.html Email : support@barcodelib.com

BarcodeLib.Barcode.PDF.Format.PDF417

BarcodeLib - A barcode library to quickly create PDF417 barcode and other barcodes on PDF with comprehensive options to customize the ISO compatible barcodes. This package includes detailed example C# source code to generate PDF417 on PDF in .NET projects. Documents ============================== C# How to Guide : https://www.barcodelib.com/csharp/ Tutorials ASP.NET Core : https://www.barcodelib.com/csharp/create-barcode-asp-net-core.html ASP.NET Core MVC : https://www.barcodelib.com/csharp/create-barcode-asp-net-core-mvc.html ASP.NET Framework : https://www.barcodelib.com/asp_net/barcode_aspnet_csharp.html Windows Forms : https://www.barcodelib.com/net_winforms/barcode_net_winforms_csharp.html WPF : https://www.barcodelib.com/csharp/create-barcode-wpf.html Email : support@barcodelib.com

BarcodeLib.Barcode.PDF.Format.UPCA

BarcodeLib - A barcode library to quickly create UPC-A barcode and other barcodes on PDF with comprehensive options to customize the ISO compatible barcodes. This package includes detailed example C# source code to generate UPC-A on PDF in .NET projects. Documents ============================== C# How to Guide : https://www.barcodelib.com/csharp/ Tutorials ASP.NET Core : https://www.barcodelib.com/csharp/create-barcode-asp-net-core.html ASP.NET Core MVC : https://www.barcodelib.com/csharp/create-barcode-asp-net-core-mvc.html ASP.NET Framework : https://www.barcodelib.com/asp_net/barcode_aspnet_csharp.html Windows Forms : https://www.barcodelib.com/net_winforms/barcode_net_winforms_csharp.html WPF : https://www.barcodelib.com/csharp/create-barcode-wpf.html Email : support@barcodelib.com

BarcodeLib.Barcode.PDF.Format.Code2of5

BarcodeLib - A barcode library to quickly create Code 2 of 5 barcode and other barcodes on PDF with comprehensive options to customize the ISO compatible barcodes. This package includes detailed example C# source code to generate Code 2 of 5 on PDF in .NET projects. Documents ============================== C# How to Guide : https://www.barcodelib.com/csharp/ Tutorials ASP.NET Core : https://www.barcodelib.com/csharp/create-barcode-asp-net-core.html ASP.NET Core MVC : https://www.barcodelib.com/csharp/create-barcode-asp-net-core-mvc.html ASP.NET Framework : https://www.barcodelib.com/asp_net/barcode_aspnet_csharp.html Windows Forms : https://www.barcodelib.com/net_winforms/barcode_net_winforms_csharp.html WPF : https://www.barcodelib.com/csharp/create-barcode-wpf.html Email : support@barcodelib.com

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.4.1.1 262 4/9/2025
7.4.1 563 3/11/2025