QR Code Generation

2
I would like our app to generate a QR Code for each of our customers. Has anyone figured out a good way to do this within or API outside the app? Attach it as an image to their record? Thanks
asked
2 answers
1

You can either create an image with a java library or call a webservice like

https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=www.google.com

last one may be stored in a filedocument with community commons StoreURLToFiledocument or directly displayed on a screen.

answered
0

Have you seen this on Github? Should be easy to integrate.

Regards,

Ronald

answered