I wish to dynamically generate QR codes in Java. What is the best QR code generator library to use. I will consider both commercial and opensource?
|
feedback
|
closed as not constructive by Will♦ Sep 16 '11 at 20:50
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
I don't know what qualifies as best but zxing has a qr code generator for java, is actively developed, and is liberally licensed. | |||||||||
feedback
|
|
Here is C# QR Encode/Decode Library. That worked well for us. http://www.codeproject.com/KB/cs/qrcode.aspx. Example is using Window App but you can easily use the dll in your web project. | |||
|
feedback
|