What is the best Java QR code generator library? [closed]

余生长醉 提交于 2019-12-31 07:58:26

问题


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?


回答1:


I don't know what qualifies as best but zxing has a qr code generator for java, is actively developed, and is liberally licensed.




回答2:


QRGen is a good library that creates a layer on top of ZXing and makes QR Code generation in Java a piece of cake.



来源:https://stackoverflow.com/questions/7195007/what-is-the-best-java-qr-code-generator-library

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!