Hello everyone,
I am creating a website that would allow the user to create custom QR codes and dynamic pages per request. I was able to create the QR codes and dynamic pages unique to the user input, but in the part where I need assistance is in the download, I do not know what to do in order to have the user be able to download their generated QR Code.
The QR code generated is in SVG format, specifically, the output gives this:
I researched how to download it, but nothing seems to work. All the tutorials I have found say to embed it into a canvas, turn the svg into a svg+xml using XMLSynthesizer, but that does not work in Corvid.
Any help would be greatly appreciated.