How to sent QR code to report template on Mendix 9.6.8

0
Now I can generate QR Code on page already by this widget.     But I don't know how to send this QR Code to report template for export to PDF. If anyone have a good idea, please tell me. Thank you.
asked
2 answers
1

The widget only shows the QR code of the input value and doesn’t store it anywhere, hence it won’t be possible to get that on the document template as it doesn’t allow to use this widget there.

To generate and store QR code you can use the following API, it is easy to implement and you can store the QR in a Image generalized entity and use it where ever you want.

API website

Hope this helps!

answered
0

 

 Hi Khun Nattapong,

 

    I am a new developer. Could you please suggest me to generate QR Code on page?

 

Thank and best regards,

Kanokrat Pinitchan

 

answered