Pure Ruby implementation for 1D barcode generation
License
mdchaney/Barcode1DTools
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
#-- # Copyright 2012 Michael Chaney Consulting Corporation # # Released under the terms of the MIT License or the GNU # General Public License, v. 2 #++ RELEASE VERSION This is an implementation of 1D barcodes in pure Ruby. Code currently works to generate and decode Code 128, Code 3 of 9, Code 93, Code 11, Codabar, Interleaved 2 of 5 (I 2/5), COOP 2 of 5, Matrix 2 of 5, Industrial 2 of 5, IATA 2 of 5, PostNet, Plessey, MSI (Modified Plessey), EAN-13, EAN-8, UPC-A, UPC-E, UPC Supplemental 2, and UPC Supplemental 5 symbologies. This is a pretty complete set of 1D symbologies and most or all other common symbologies are based on one of the above. As of the 2000s most bar code advancement is taking place in the 2D realm so it's unlikely that anything more will come about. Additionally, Code 128 is general purpose and sufficiently compact and robust enough to cover any application. I recommend any new application using 1D barcodes use Code 128. Strictly numeric data might also use Interleaved 2 of 5. Of course, 2D barcodes are common now but 1D codes still have a huge installed base of readers and are generally easier to deal with. Contact Michael Chaney Consulting Corporation for commercial support for this code: sales@michaelchaney.com I also have a fairly complete Perl implementation at: https://github.com/mdchaney/barcodes I believe those work fine, but consider it legacy code. Copyright 2012 Michael Chaney Consulting Corporation, All Rights Reserved Released under the terms of the MIT License or the GPL version 2 license.
About
Pure Ruby implementation for 1D barcode generation
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published