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
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.1" />
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.1
#r "nuget: Zen.Barcode.Rendering.Framework, 3.1.10729.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 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

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.

License

This software is published under MS Public License, https://licenses.nuget.org/MS-PL

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 654,454 7/1/2014
3.1.10729 5,868 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.