All Projects → barnhill → barcode-java

barnhill / barcode-java

Licence: MIT license
Java Barcode Image Generation Library

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to barcode-java

barcode.flutter
barcode generate library for Flutter
Stars: ✭ 58 (+222.22%)
Mutual labels:  barcode, barcode-generator, barcode-images
Efqrcode
A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.
Stars: ✭ 4,121 (+22794.44%)
Mutual labels:  barcode, barcode-generator, barcodes
glide-barcode
GlideBarcode is an open-source barcode loading extension for Android Glide that wraps barcode generating and displaying.
Stars: ✭ 24 (+33.33%)
Mutual labels:  barcode, barcode-generator, barcode-images
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 (+11.11%)
Mutual labels:  barcode-generator, barcodes
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 (+166.67%)
Mutual labels:  barcode-generator, barcodes
Bark-JS
🔬 Parse barcode inputs 🏷️ in a unified GS1-128 format 📦🌐
Stars: ✭ 18 (+0%)
Mutual labels:  barcode, barcodes
dart barcode
Barcode generation library
Stars: ✭ 79 (+338.89%)
Mutual labels:  barcode, barcodes
barcoder
Lightweight Barcode Encoding Library for .NET Framework, .NET Standard and .NET Core.
Stars: ✭ 76 (+322.22%)
Mutual labels:  barcode, barcode-generator
barcoder
A classy package to generate SVG barcodes for the web.
Stars: ✭ 64 (+255.56%)
Mutual labels:  barcode, barcode-generator
angular-barcode
An angular directive for lindell's JsBarcode
Stars: ✭ 25 (+38.89%)
Mutual labels:  barcode, barcode-generator
Jsbarcode
Barcode generation library written in JavaScript that works in both the browser and on Node.js
Stars: ✭ 4,198 (+23222.22%)
Mutual labels:  barcode, 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 (+72.22%)
Mutual labels:  barcode-generator, barcodes
Tc Lib Barcode
PHP library to generate linear and bidimensional barcodes
Stars: ✭ 165 (+816.67%)
Mutual labels:  barcode
React Native Barcode Mask
A barcode and QR scan layout for react-native applications with customizable styling
Stars: ✭ 230 (+1177.78%)
Mutual labels:  barcode
Vue Barcode
Barcode generator for Vue.js
Stars: ✭ 164 (+811.11%)
Mutual labels:  barcode
Barcodebuddy
Barcode system for Grocy
Stars: ✭ 159 (+783.33%)
Mutual labels:  barcode
ZZYQRCode
a scanner for QRCode barCode 最好用的ios二维码、条形码,扫描、生成框架,支持闪光灯,从相册获取,扫描音效等,高仿微信,微博
Stars: ✭ 124 (+588.89%)
Mutual labels:  barcode
React Barcode
A <Barcode/> component for use with React.
Stars: ✭ 210 (+1066.67%)
Mutual labels:  barcode
Android Quick Response Code
Android QR Code Decoder and Encoder
Stars: ✭ 158 (+777.78%)
Mutual labels:  barcode
Netbarcode
Barcode generation library written in C# and .NET Standard 2
Stars: ✭ 149 (+727.78%)
Mutual labels:  barcode

barcode-java barcode-java CI

Overview

This library was designed to give an easy class for developers to use when they need to generate barcode images from a string of data.

Supported Symbology List
Code 128 Code 93 Code 39 (Extended / Full ASCII)
Code11 EAN-8 FIM (Facing Identification Mark)
UPC-A UPC-E Pharmacode
MSI PostNet Standard 2 of 5
ISBN Codabar Interleaved 2 of 5
ITF-14 Telepen UPC Supplemental 2
JAN-13 EAN-13 UPC Supplemental 5

Usage

The jar is available in Maven Central and can be included via gradle:

implementation 'com.pnuema.java:barcode:1.13'

Then use the library to generate a barcode via:

Barcode barcode = new Barcode();
Image img = barcode.encode(BarcodeLib.TYPE.UPCA, "038000356216");

upca

You can specify the width, height, foreground color, background color, and whether or not to include the label to display the data thats encoded with the image.

Support

If you find this or any of my software useful and decide its worth supporting. You can do so here: Donate

Copyright and license

Copyright 2018-2022 Brad Barnhill. Code released under the MIT License.

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