Zen.Barcode.Rendering.Framework 3.1.10729

There is a newer version of this package available.
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
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="Zen.Barcode.Rendering.Framework" Version="3.1.10729" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Zen.Barcode.Rendering.Framework --version 3.1.10729
#r "nuget: Zen.Barcode.Rendering.Framework, 3.1.10729"
#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 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 648,351 7/1/2014
3.1.10729 5,836 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.