Skip to content

QR Code

The <qrCode> tag displays the QR Code of the current page.

It can only be used within <template>.

Example

<template ...>
  ...
  <qrCode
    left="17cm"
    bottom="2cm"
    width="2cm"
    height="2cm"
  />
  ...
<template>

Attributes

left

The distance from the left border of the page. Can be in pt, mm, or cm.

bottom

The distance from the bottom border of the page. Can be in pt, mm, or cm.

width

The width of the QR code. Can be in pt, mm, or cm.

height

The height of the QR code. Can be in pt, mm, or cm.