All Projects → dementeddevil → BarcodeRenderingFramework

dementeddevil / BarcodeRenderingFramework

Licence: other
A simple framework for rendering barcodes with SSRS integration

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to BarcodeRenderingFramework

Codeigniter-Barcode
Create barcode generator for Codeigniter using Zend Library (Support Codeigniter 2 & 3)
Stars: ✭ 24 (-56.36%)
Mutual labels:  barcode-generator
ai barcode
Barcode generation,Barcode scanning,qrcode,qrcode generation,qrcode creator,flutter barcode,flutter qrcode,support android iOS web platform
Stars: ✭ 99 (+80%)
Mutual labels:  barcode-generator
angular-barcode
An angular directive for lindell's JsBarcode
Stars: ✭ 25 (-54.55%)
Mutual labels:  barcode-generator
glide-barcode
GlideBarcode is an open-source barcode loading extension for Android Glide that wraps barcode generating and displaying.
Stars: ✭ 24 (-56.36%)
Mutual labels:  barcode-generator
Barcode-generator
Desktop app to generate EAN-13, EAN-8 and EAN-5 barcodes (other types are coming soon) automatically and save them as PDF or PNG, JPEG and GIF image files with several sizes
Stars: ✭ 48 (-12.73%)
Mutual labels:  barcode-generator
barlix
Barcode generator for Elixir
Stars: ✭ 40 (-27.27%)
Mutual labels:  barcode-generator
aws-lambda-barcode-generator
This project uses a Node.js wrapper to build a Go Lambda function that generates & returns a barcode when triggered by AWS API Gateway.
Stars: ✭ 14 (-74.55%)
Mutual labels:  barcode-generator
ZXingSample
Working sample app for a blog post on barcode scanning and generating with ZXing
Stars: ✭ 20 (-63.64%)
Mutual labels:  barcode-generator
FoxBarcodeQR
FoxBarcodeQR is a supplement of FoxBarcode class only for QR Code barcodes. This class is an alternative solution for all developers who requested QR Code support.
Stars: ✭ 20 (-63.64%)
Mutual labels:  barcode-generator
barcode.flutter
barcode generate library for Flutter
Stars: ✭ 58 (+5.45%)
Mutual labels:  barcode-generator
barcode-java
Java Barcode Image Generation Library
Stars: ✭ 18 (-67.27%)
Mutual labels:  barcode-generator
zint
A barcode encoding library supporting over 50 symbologies including Code 128, Data Matrix, USPS OneCode, EAN-128, UPC/EAN, ITF, QR Code, Code 16k, PDF417, MicroPDF417, LOGMARS, Maxicode, GS1 DataBar, Aztec, Composite Symbols and more.
Stars: ✭ 228 (+314.55%)
Mutual labels:  barcode-generator
FoxBarcode
A 100% Visual FoxPro class that provides a tool for generating images with different bar code symbologies to be used in VFP forms and reports, or exported to other applications
Stars: ✭ 31 (-43.64%)
Mutual labels:  barcode-generator
Efqrcode
A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.
Stars: ✭ 4,121 (+7392.73%)
Mutual labels:  barcode-generator
Jsbarcode
Barcode generation library written in JavaScript that works in both the browser and on Node.js
Stars: ✭ 4,198 (+7532.73%)
Mutual labels:  barcode-generator
barcoder
Lightweight Barcode Encoding Library for .NET Framework, .NET Standard and .NET Core.
Stars: ✭ 76 (+38.18%)
Mutual labels:  barcode-generator
barcoder
A classy package to generate SVG barcodes for the web.
Stars: ✭ 64 (+16.36%)
Mutual labels:  barcode-generator

Zen Barcode Rendering Framework

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)

A sample web application is included to demonstrate usage of the rendering classes from a web environment - it's still rather simple though!

Support for embedding barcodes directly into SQL Server 2008 Reporting Services reports.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].