Fields - QRCodes
You can dynamically inject QR codes into your spreadsheets. They can store text, URLs, or other information that can be scanned by mobile phones and scanners.
Last updated
You can dynamically inject QR codes into your spreadsheets. They can store text, URLs, or other information that can be scanned by mobile phones and scanners.
Last updated
You need to add an ">" in front of your field name The final syntax should be: {>fieldName}
QR codes are limited to 1,000 characters and 50 lines. If you exceed either of these limits, the QR code will not appear in the output document.
By default, the size of the QR code is determined by the amount of data it contains (more data results in a larger QR code). You can manually set the width and height, or limit the maximum width or height to preserve the aspect ratio using the "size"
and "maxSize"
formatters. We recommend not changing the size of the QR code to ensure readability. If needed, use "maxSize"
to constrain dimensions while maintaining quality.
Examples:
How to pass the QRCode data using API
You can provide data for the QR code through the API. To include multiline text, use the newline character "\n"
.