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.