https://github.com/tox82/barcode-printer
A simple tool to create and print barcodes
https://github.com/tox82/barcode-printer
Last synced: about 1 year ago
JSON representation
A simple tool to create and print barcodes
- Host: GitHub
- URL: https://github.com/tox82/barcode-printer
- Owner: ToX82
- Created: 2015-02-06T13:33:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-07T12:36:10.000Z (over 11 years ago)
- Last Synced: 2025-02-04T21:19:38.456Z (over 1 year ago)
- Language: PHP
- Size: 164 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Barcode Printer
Barcode Printer is a simple tool to create and print barcodes. Just set your desired configuration, check the result and print :)
You can use Barcode Printer three ways:
- Using the full editor: /barcode/index.php
- Directly calling the desired configuration, using the appropriate GET variables: /barcode/index.php?digits=10&howManyCodes=12&etc
- Directly linking the final barcodeImage: <img src='/barcode/barcode.php?codetype=code128&size=150&text=testing'>
Supported barcodes format are:
- code128
- code39
- code25
- codabar
- qrcode (thanks to Google chart API)
## Contributing
Your feedback is precious! Don't hesitate to open a [GitHub Issue](https://github.com/ToX82/barcode-printer/issues) for any problem or question you may have.
All contributions are welcome. If you extend it, please create a pull request so that I can update it for everyone.