What is the best Java QR code generator library? [

2019-03-08 00:10发布

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?

标签: java qr-code
2条回答
冷血范
2楼-- · 2019-03-08 00:28

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

查看更多
爷的心禁止访问
3楼-- · 2019-03-08 00:39

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

查看更多
登录 后发表回答