https://github.com/patridge/zxingnetapi
Web API into ZXing.NET barcode methods.
https://github.com/patridge/zxingnetapi
Last synced: 3 months ago
JSON representation
Web API into ZXing.NET barcode methods.
- Host: GitHub
- URL: https://github.com/patridge/zxingnetapi
- Owner: patridge
- License: mit
- Created: 2013-01-28T15:32:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T15:35:25.000Z (over 9 years ago)
- Last Synced: 2025-01-01T10:25:27.587Z (5 months ago)
- Language: C#
- Size: 418 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
zxingnetapi
===========[Web API](https://zxingnetapi.apphb.com/barcode/qrcode/?value=hello%20world&width=250&height=250) into [ZXing.NET](http://zxingnet.codeplex.com/) barcode methods.
##Currently Available
###Barcode Image Generation
* `/barcode/qrcode/?` ([demo](https://zxingnetapi.apphb.com/barcode/qrcode/?value=I+did+it&height=500))
* `value=this+value+is+encoded+into+the+barcode`
* [`width=x`]
* [`height=y`]
* `/barcode/code128/?` ([demo](https://zxingnetapi.apphb.com/barcode/code128/?value=I+did+it))
* `value=this+value+is+encoded+into+the+barcode`
* length = 1..81 (else 400 error in JSON).
* [`height=y`] (17..~65,000, else error)##Newly Added
* [QR] Allow specifying only one dimension (since result was min of width/height anyway).
* [Code128] Allow height parameter.##Coming Soon
* Other
* Barcode Reading##License
MIT license. If you do something cool with it, though, I'd love to hear about it.