Page 1 of 1

QR CODE

Posted: April 21st, 2022, 11:40 pm
by RAKOTOVAO
Hello,

How generate QR Code with CSPRo ?

Thanks

Re: QR CODE

Posted: April 22nd, 2022, 6:08 am
by htuser
Dear RAKOTOVAO ,
The news part of the forum is not the best place to ask support... Please remove this post and place it in specific topics.
In the meantime, here's a response...

Since CSPro 7.7 have an API for interacting with Javascript, you can use any Webassembly or Javascript libraries in CSEntry apps.
I suggest you to use this: https://davidshimjs.github.io/qrcodejs/ and manage the result with the CSPro native image object.

Hope this help you.