Zen.Barcode.Rendering.Framework
3.1.10729.1
dotnet add package Zen.Barcode.Rendering.Framework --version 3.1.10729.1
NuGet\Install-Package Zen.Barcode.Rendering.Framework -Version 3.1.10729.1
<PackageReference Include="Zen.Barcode.Rendering.Framework" Version="3.1.10729.1" />
paket add Zen.Barcode.Rendering.Framework --version 3.1.10729.1
#r "nuget: Zen.Barcode.Rendering.Framework, 3.1.10729.1"
// Install Zen.Barcode.Rendering.Framework as a Cake Addin #addin nuget:?package=Zen.Barcode.Rendering.Framework&version=3.1.10729.1 // Install Zen.Barcode.Rendering.Framework as a Cake Tool #tool nuget:?package=Zen.Barcode.Rendering.Framework&version=3.1.10729.1
Barcode Rendering Framework Release.3.1.10729 from https://barcoderender.codeplex.com/ 30th June 2014
The bar-code rendering framework quite simply encapsulates the native rendering of barcode symbologies without requiring third-party fonts. The framework makes it easy to define new symbologies and use the resultant images from web or forms applications in a variety of usage scenarios.
Currently supported bar-code symbologies: Code 11 with or without checksum, Code 25 standard/interleaved with or without checksum, Code 39 with or without checksum, Code 93 with checksum only, Code 128 with checksum only, Code EAN 13 with checksum only, Code EAN 8 with checksum only, (Code PDF417 2D still alpha – still broken), Code QR 2D (new)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Zen.Barcode.Rendering.Framework:
Repository | Stars |
---|---|
rudi-krsoftware/open-retail
Perangkat lunak open source yang dikembangkan khusus untuk bidang usaha ritel, grosir, toko bangunan, toko komputer, toko buku, counter hp, pos, point of sale, kasir dan bidang usaha lainnya yang sejenis.
|
Version | Downloads | Last updated |
---|---|---|
3.1.10729.1 | 5,382 | 7/1/2014 |
3.1.10729 | 1,770 | 6/30/2014 |
These are the dlls from https://barcoderender.codeplex.com/ Barcode.Render.Release.3.1.10729.zip downloaded on 30th June 2014
Usage
------
Download the source and look at the sample applications from https://barcoderender.codeplex.com/releases/
For Web including MVC: Install-Package Zen.Barcode.Rendering.Framework.Web
For SSRS: You don't want this package, you want to download and run the installer from https://barcoderender.codeplex.com/releases/
Test Application
----------------
Run tools\BarcodeRender.exe. It expects to find Zen.Barcode.Core.dll in the same directory.