Zen.Barcode.Rendering.Framework
3.1.10729
See the version list below for details.
dotnet add package Zen.Barcode.Rendering.Framework --version 3.1.10729
NuGet\Install-Package Zen.Barcode.Rendering.Framework -Version 3.1.10729
<PackageReference Include="Zen.Barcode.Rendering.Framework" Version="3.1.10729" />
paket add Zen.Barcode.Rendering.Framework --version 3.1.10729
#r "nuget: Zen.Barcode.Rendering.Framework, 3.1.10729"
// Install Zen.Barcode.Rendering.Framework as a Cake Addin #addin nuget:?package=Zen.Barcode.Rendering.Framework&version=3.1.10729 // Install Zen.Barcode.Rendering.Framework as a Cake Tool #tool nuget:?package=Zen.Barcode.Rendering.Framework&version=3.1.10729
This is simply a dump of Barcode.Render.Release.3.1.10729.zip to a nuget package, downloaded from https://barcoderender.codeplex.com/ on 30th June 2014
From https://barcoderender.codeplex.com/ :
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.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Zen.Barcode.Rendering.Framework:
Package | Downloads |
---|---|
Zen.Barcode.Rendering.Framework.Web
Barcode Rendering Framework Release.3.1.10729 components for Asp.Net, from http://barcoderender.codeplex.com/ 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. The Asp.Net components make it easy to serve barcode images from Asp.Net including MVC. 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) (nb the nuget owner is not the author, just a user who found it worked really well) |
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 | 720,827 | 7/1/2014 |
3.1.10729 | 6,209 | 6/30/2014 |
This is simply a dump of Barcode.Render.Release.3.1.10729.zip to a nuget package.Downloaded from https://barcoderender.codeplex.com/ on 30th June 2014
USAGE
-----
For Web: As well Zen.Barcode.Core, also reference lib\Zen.Barcode.Web.dll
For Mvc: As well Zen.Barcode.Core, also reference lib\Zen.Barcode.Web.dll and optionally lib\Zen.Barcode.Mvc.dll
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 lib\BarcodeRender.exe. It expects to find Zen.Barcode.Core.dll in the same directory.