Skip to content

This library and command line application generates code128 barcodes, the output format is a SVG-File.

Notifications You must be signed in to change notification settings

arakis/barcoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

barcoder

This library and command line application generates code128 barcodes, the output format is a SVG-File.

Usage of the library:

var input = "abc123";
var bc = new Barcode128(input);
var svg = bc.generateSvg();
Console.WriteLine(svg);

Command line example:

barcoder-cli abc123 > barcode.svg

To use special chars, see this file: https://github.com/Arakis/barcoder/blob/master/src/barcoder/lib.cs and use them in braces like {FNC3}.

To generate Honeywell barcode scanner programming barcodes, use this input format:

barcoder-cli ~<barcode>{FNC3} > barcode.svg

for example:

barcoder-cli ~AOSCGD1.{FNC3} > barcode.svg

About

This library and command line application generates code128 barcodes, the output format is a SVG-File.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published