How can I generate a QR code on a webpage based on some provided data? If you know any controls that can generate QR codes or any methods for generating QR codes, please let me know.
Thank you very much.
Hi Cesar,
Before asking such questions, always check the Forge. It has various assets that can generate QR codes.
Hi @Cesar Ge,
If you not interested to use forge component, using java script to generate the QR code
The details of the java script is providing in the below:
https://www.turing.com/kb/creating-qr-code-using-js
Well, those Forge components are wrappers around JavaScript libraries, so why would you reinvent the wheel?