QR Code widget

0
Hi all I want to add QR Code widget to document template to print generated QR code image in pdf format. I’m not able to do it as the document template has limited widget. 
asked
1 answers
0

Hi Ganesh

 

You could try to save the qr code as an image by creating a generalized entity  of type System.Image (https://docs.mendix.com/howto/data-models/working-with-images-and-files/)

 

You can then use a dynamic image in the document template to show that image.

 

Hope this helps

answered