This commit is contained in:
louiscklaw
2025-01-31 19:15:17 +08:00
parent 09adae8c8e
commit 6c60a73f30
1546 changed files with 286918 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
Barcode Rendering Framework Release.3.1.10729 from http://barcoderender.codeplex.com/ 30th June 2014
LICENSE
http://barcoderender.codeplex.com/license
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)
Usage
------
Download the source and look at the sample applications from http://barcoderender.codeplex.com/releases/
Test Application
----------------
Run tools\BarcodeRender.exe. It expects to find Zen.Barcode.Core.dll in the same directory.