...
NOTE
Since a QR code cannot be empty, in the case of empty content the text "no content" is set.
Caution is required with vCards, because even with small distances or not adhering to specifications, cell phone readers cannot read the QR code.
...
Attributes
id: Name in the designer; with a dot folders can be created (e.g. Folder.QrCodeName)
...
Value | Constraints |
---|---|
AZTEC | |
CODABAR | |
CODE_39 | Only numbers possible |
CODE_93 | Only numbers possible |
CODE_128 | Only numbers possible |
DATA_MATRIX | |
EAN_8 | |
EAN_13 | |
ITF | |
PDF_417 | |
QR_CODE | |
RSS_14 | |
RSS_EXPANDED | |
UPC_A | |
UPC_E | |
All_1D | |
UPC_EAN_EXTENSION | |
MSI | |
PLESSEY |
...
Examples
With static content:
Code Block | ||
---|---|---|
| ||
<QRCode id="StaticQrCode" type="text">This is a static text.</QRCode> <QRCode id="WLANQrCode" type="text">WIFI:S:ssidName;T:WAP2;P:password;;</QRCode> |
...