All Projects → ananthakumaran → barlix

ananthakumaran / barlix

Licence: MIT license
Barcode generator for Elixir

Programming Languages

elixir
2628 projects
HTML
75241 projects

Projects that are alternatives of or similar to barlix

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 (-65%)
Mutual labels:  barcode-generator
ZXingSample
Working sample app for a blog post on barcode scanning and generating with ZXing
Stars: ✭ 20 (-50%)
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 (-50%)
Mutual labels:  barcode-generator
barcode.flutter
barcode generate library for Flutter
Stars: ✭ 58 (+45%)
Mutual labels:  barcode-generator
barcode-java
Java Barcode Image Generation Library
Stars: ✭ 18 (-55%)
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 (+470%)
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 (-22.5%)
Mutual labels:  barcode-generator
Efqrcode
A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.
Stars: ✭ 4,121 (+10202.5%)
Mutual labels:  barcode-generator
Jsbarcode
Barcode generation library written in JavaScript that works in both the browser and on Node.js
Stars: ✭ 4,198 (+10395%)
Mutual labels:  barcode-generator
barcoder
Lightweight Barcode Encoding Library for .NET Framework, .NET Standard and .NET Core.
Stars: ✭ 76 (+90%)
Mutual labels:  barcode-generator
barcoder
A classy package to generate SVG barcodes for the web.
Stars: ✭ 64 (+60%)
Mutual labels:  barcode-generator
BarcodeRenderingFramework
A simple framework for rendering barcodes with SSRS integration
Stars: ✭ 55 (+37.5%)
Mutual labels:  barcode-generator
Codeigniter-Barcode
Create barcode generator for Codeigniter using Zend Library (Support Codeigniter 2 & 3)
Stars: ✭ 24 (-40%)
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 (+147.5%)
Mutual labels:  barcode-generator
angular-barcode
An angular directive for lindell's JsBarcode
Stars: ✭ 25 (-37.5%)
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 (-40%)
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 (+20%)
Mutual labels:  barcode-generator

Barlix

BARLIX

.github/workflows/ci.yml Module Version Hex Docs Total Download License Last Updated

Barcode generator for Elixir.

Installation

The package can be installed by adding :barlix to your list of dependencies in deps/0 function of mix.exs file:

{:barlix, "~> 0.6"}

Example

Barlix.Code39.encode!("BARLIX") |> Barlix.PNG.print(file: "/tmp/barcode.png")

Copyright and License

Copyright (c) 2016 Anantha Kumaran

This work is free. You can redistribute it and/or modify it under the terms of the MIT License. See the LICENSE.md file for more details.

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].