Skip to content

Latest commit

 

History

4 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

仓库 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

关于

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

Topics

Resources

Stars

1 star

关注者

1 watching

复刻s

发布

贡献者

Languages