Spire.Barcode 6.1.1

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

// Install Spire.Barcode as a Cake Tool
#tool nuget:?package=Spire.Barcode&version=6.1.1

.NET Library for Barcode Generation and Recognition

Product Page | Tutorials | Demos | API Reference | | Samples | Forum | Customized Demo

Spire.Barcode for .NET is a professional barcode library specially designed for .NET developers ( C#, VB.NET, ASP.NET, .NET Core, .Net Standard, .NET 5.0, MonoAndroid, Xamarin.iOS ) to generate, read and scan 1D & 2D barcodes. Developers and programmers can use Spire.Barcode to add Enterprise-Level barcode formats to their .net applications quickly and easily.

Spire.Barcode for .NET provides a very easy way to integrate barcode processing. With just one line of code to create, read 1D & 2D barcode, Spire.Barcode supports variable common image formats, such as Bitmap, JPG, PNG, EMF, TIFF, GIF and WMF.

Supported Symbiology for Spire.Barcode

Spire.Barcode for .NET supports rich Barcode type, more than 39 different barcodes.

  • Code bar Barcode
  • Code 1 of 1 Barcode
  • Standard 2 of 5 barcode
  • Interleaved 2 of 5 barcode
  • Code 3 of 9 barcode
  • Extended Code 3 of 9 barcode
  • Code 9 of 3 Barcode
  • Extended Code 9 of 3 Barcode
  • Code 128 barcode.
  • EAN-8 barcode.
  • EAN-13 barcode.
  • EAN-128 barcode.
  • EAN-14 barcode
  • SCC14 barcode.
  • SSCC18 barcode.
  • ITF14 Barcode.
  • ITF-6 Barcode.
  • UPCA barcode.
  • UPCE barcode.
  • Postnet barcode.
  • Planet barcode.
  • MSI barcode.
  • 2D Barcode DataMatrix
  • QR Code barcode.
  • Pdf417 barcode.
  • Pdf417 Macro barcode.
  • RSS14 barcode.
  • RSS-14 Truncated barcode.
  • RSS Limited Barcode
  • RSS Expanded Barcode
  • USPS OneCode barcode.
  • Swiss Post Parcel Barcode.
  • PZN Barcode
  • OPC(Optical Product Code) Barcode.
  • Deutschen Post Barcode.
  • Deutsche Post Leitcode Barcode
  • Royal Mail 4-state Customer Code Barcode.
  • Singapore Post Barcode.
  • Aztec Barcode

Main Functions

● Robust Barcode Recognition and Generation 1D & 2D Barcode

Developers can read most often used Linear, 2D and Postal barcodes, detecting them anywhere, with any orientation.

● High performance for generating and reading barcode image

Developers can create barcode images in any desired output image format like Bitmap, JPG, PNG, EMF, TIFF, GIF and WMF.

● Superior performance support for reading and writing barcode

Developers can easily set barcode image borders, border colors, style, margins and width. You can also rotate barcode images to any angle and produce high quality barcode images.

Easy and Powerful Integration

Spire.Barcode for .NET can be easily integrated into any .net applications. There are two main ways to integrate Spire.Barcode in .NET applications, API Mode and library Mode.

API Mode

● API Mode is just one line of code to create, recognize barcode.

Library Mode

● Library Mode use Visual way to create barcode, then drag Spire.Barcode library to your .NET Windows or ASP.NET Form. No more code needs.

How to Use

Create Code39 barcodes in C#

The following contents will show you how to use Spire.Barcode to create Code39 barcode. It supports 43 characters, consisting of uppercase letters (A through Z), numeric digits (0 through 9) and a number of special characters (, -, $, /, +, %, and space). Usually Code39 starts and ends with “”.

using Spire.Barcode;

namespace Code39
{
    class Program
    {
        static void Main(string[] args)
        {
         BarcodeSettings bs = new BarcodeSettings();      
         
         bs.Type = BarCodeType.Code39;
         bs.Data = "*ABC 12345* ";

         BarCodeGenerator bg = new BarCodeGenerator(bs);

         bg.GenerateImage().Save("Code39Code.png");
         System.Diagnostics.Process.Start("Code39Code.png");
        }
    }
}

Product Page | Tutorials | Demos | API Reference | | Samples | Forum | Customized Demo

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  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 is compatible. 
Xamarin.iOS xamarinios is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Spire.Barcode:

Package Downloads
Spire.Office

Spire.Office for .NET is a combination of Enterprise-Level Office .NET components offered by E-iceblue. It includes Spire.Doc, Spire XLS, Spire.Presentation, Spire.PDF, Spire.DataExport, Spire.PDFViewer, Spire.DocViewer, Spire.Email and Spire.BarCode. Spire.Office contains the most up-to-date versions of the above .NET components. From Spire.Office 3.10.1, Spire.Office supports to work on .NET Core,.NET Standard, Xamarin. With Spire.Office for .NET, developers can create a wide range of applications. It enables developers to open, create, modify, convert, print, View MS Word, Excel, PowerPoint and PDF documents. Furthermore, it allows users to export data to popular files such as MS Word/Excel/RTF/Access, PowerPoint, PDF, XPS, HTML, XML, Text, CSV, DBF, Clipboard, SYLK, etc. As an independent Office .NET component, Spire.Office doesn't need Microsoft Office to be installed on neither the development nor target systems. In addition, it is a better alternative to MS Office Automation in terms of security, stability, scalability, speed, price and features. Spire.Office for .NET can be linked into any type of a 32-bit or 64-bit .NET application including ASP.NET, Web Services and WinForms for .NET Framework version 2.0 to 4.5, .NET Core, .NET standard 2.0

QinSoft.Common

QinSoft.Common 底层库

NCSPDF

NCS PDF API

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.3.2 6,536 2/5/2024
7.3.0 1,892 12/12/2023
7.2.3 2,562 10/24/2023
7.2.0 8,917 2/3/2023
6.8.0 25,136 8/31/2022
6.6.3 3,787 6/7/2022
6.3.1 8,408 3/31/2022
6.1.1 10,254 1/21/2022
6.1.0 1,965 1/5/2022
5.9.4 11,135 9/18/2021
5.7.1 10,433 7/13/2021
5.6.0 4,492 6/9/2021
5.5.0 9,715 5/28/2021
5.1.4 11,177 1/22/2021
5.1.0 1,585 1/15/2021
4.9.2 30,249 9/30/2020
4.5.1 10,282 5/26/2020
4.1.0 57,631 1/3/2020
3.5.0 36,519 5/17/2019
3.4.0 9,331 4/9/2019
3.1.1 9,888 1/28/2019
3.1.0 2,218 1/14/2019
2.10.0 5,670 10/19/2018
2.8.1 6,742 8/15/2018
2.8.0 1,867 8/10/2018
2.3.0 11,834 3/26/2018
1.4.11 13,338 11/1/2017
1.4.8 3,564 9/29/2017
1.4.0 21,938 5/11/2017
1.3.3 4,938 4/15/2017