Skip to content

A free and open-source project to generate and view a variable length, discrete barcode symbology defined in ISO/IEC 16388:2007.

License

Notifications You must be signed in to change notification settings

mohammadjr7/Code39

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code 39

Code39 Console Barcode generator written with C#.
This software uses .NET version '6.0.0' framework.

How to use

Document

Executing "Code 39.exe" without arguments will generate document of software:

Generates Code39 Barcodes in console.

Usage: "Code 39.exe" [message]

Symbol set contains 43 characters:
        A-Z, 0-9, and -, ., $, /, +, %, SPACE.

Examples:
        "Code 39.exe" Hello
        "Code 39.exe" /Javad/
        "Code 39.exe" 4457
        "Code 39.exe" "A long message"

Screenshot of document:

Document of Code 39 software!

Generate Barcode

Software accepts only one argument to generate barcode from. It can be a single word or multi-words inside two double-qoute signs.

Code 39 Generator software!

Software also provides a basic validation of inputs to check illegal characters:

Code 39 Generator check illegal characters! Code 39 Generator check illegal characters!

System Variables also accepted

Code 39 Generator!

About

A free and open-source project to generate and view a variable length, discrete barcode symbology defined in ISO/IEC 16388:2007.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages