BarCode 2022.3.0
Install-Package BarCode -Version 2022.3.0
dotnet add package BarCode --version 2022.3.0
<PackageReference Include="BarCode" Version="2022.3.0" />
paket add BarCode --version 2022.3.0
#r "nuget: BarCode, 2022.3.0"
// Install BarCode as a Cake Addin
#addin nuget:?package=BarCode&version=2022.3.0
// Install BarCode as a Cake Tool
#tool nuget:?package=BarCode&version=2022.3.0
IronBarcode - The C# Barcode & QR Library
Quickstart guide: https://ironsoftware.com/csharp/barcode/
IronBarcode allows developers to read & write Barcodes and QR Codes within .Net Applications & websites. Reading or writing barcodes only requires a single line of code with Iron Barcode.
The .Net Barcode Library reads and writes most Barcode and QR standards. These include code 39/93/128, UPC A/E, EAN 8/13, ITF, RSS 14 / Expanded, Databar, CodaBar, Aztec, Data Matrix, MaxiCode, PDF417, MSI, Plessey, USPS, and QR. The barcode result data includes type, text, binary data, page, and image file.
Barcode reading engine includes automatic image correction and barcode detection technology to take the pain out of locating and reading from imperfect scans. Multithreading, cropping, and batch scanning provides fast and accurate scanning of multi page documents.
Barcode writing API checks and verifys format, length, number, checksum to automatically avoid encoding errors. Barcode writer allows for styling, resizing, margins, borders, recoloring, and adding text annotations. Write to image, PDF or HTML file.
Key library features include:
* Read single or multiple Barcodes and QR Codes from images or PDFs.
* Image correction for skewing, orientation, noise, low resolution, contrast etc.
* Create barcodes and apply to images or PDF documents.
* Embed barcodes into html documents.
* Style Barcodes and add annotation text.
* QR Code Writing allows adding of logos, colors, and advanced QR alignment.
IronBarcode can be used within C#, VB.NET, ASP .NET projects, MVC, Web Services, Console & Desktop Applications.
Supports:
* .Net Framework 4.0 +
* .Net Core 2.0 +
* .Net 5
* .Net 6
Licensing & Support available for commercial deployments.
For code examples, documentation & more visit https://ironsoftware.com/csharp/barcode/
For support please email us at developers@ironsoftware.com
| Product | Versions |
|---|---|
| .NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
| .NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
| .NET Standard | netstandard2.0 netstandard2.1 |
| .NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
| MonoAndroid | monoandroid |
| MonoMac | monomac |
| MonoTouch | monotouch |
| Tizen | tizen40 tizen60 |
| Xamarin.iOS | xamarinios |
| Xamarin.Mac | xamarinmac |
| Xamarin.TVOS | xamarintvos |
| Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 2.0
- System.Drawing.Common (>= 5.0.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on BarCode:
| Package | Downloads |
|---|---|
|
Spider
用于简化开发,提供一些公用方法。包括日志、数据验证、加解密、应用缓存、网络缓存、MQ等。 |
|
|
PdfDocuments.IronBarcode
High level C# library for the easy creation of barcodes in PDF documents using PdfSharp. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on BarCode:
| Repository | Stars |
|---|---|
|
devmentors/Cine
Modular monolith in .NET Core
|
| Version | Downloads | Last updated |
|---|---|---|
| 2022.3.0 | 5,893 | 3/10/2022 |
| 2021.12.21 | 9,963 | 12/21/2021 |
| 2021.11.0 | 11,337 | 10/29/2021 |
| 2021.9.0 | 9,494 | 8/24/2021 |
| 2021.6.3 | 12,070 | 6/9/2021 |
| 2020.12.2 | 30,712 | 12/8/2020 |
| 2020.6.0 | 42,493 | 6/3/2020 |
| 2020.5.0 | 8,449 | 4/22/2020 |
| 4.0.2.2 | 62,336 | 11/22/2018 |
| 4.0.2.1 | 2,691 | 11/9/2018 |
| 4.0.1.4 | 1,419 | 11/5/2018 |
| 4.0.1 | 1,964 | 10/12/2018 |
* Improved: Net 6 Support
* Improved: Secuirty & Performance