QR codes
How to transform any text/ URL into QR code image with docMaker
With docMaker you can convert any text string or webpage URL into a QR code.
In order to do that, you simply need to add “.toQRCode” to your dynamic data, like this:
{ “myURL.toQRCode” : “https://espn.com” }
Copy
The trick for the QR codes feature is that in your template you have to use an image tag (starting with %) like this :
Template
Result
{%myURL}
➡️
Last updated