QRCode Class Reference

QRCode.prototype.add(data, label) QRCode.prototpype.download(filename)

This class allows to generate one or more QR Code images from any string data and download them as a printable PDF document.

QRCode.prototpye.add(data, label)

adda a new QRCode

QRCode.prototpye.download(filename)

download the PDF document containing all QR Code images

This class is only availabe of the web. Use the WEB() global function to tes on which platform your code executes