Printing QR Code
This guide shows how to print QR codes into your PDF using Make.
Step 1 — Prepare your template
In the Eledo editor:
- Click Barcodes 2D → select QR Code
- In Data (expression), enter a field name (for example
ProductQR) - Confirm and save the template

tip
Learn more about QR codes:
→ /docs/product/template-editor/guides/generating-qr-codes.mdx
Step 2 — Use the template in Make
In your Make scenario:
- Add the Eledo PDF module
- Select your template
- Click Refresh Custom Fields
Your field (for example ProductQR) will appear.
Step 3 — Map your data
- Click into the field (for example
ProductQR) - Provide the value to encode (for example a URL or text)
- Confirm the mapping

Important notes
- QR codes encode text — the format of the value determines behavior
- Common use case: encode a URL
Example:
https://example.com/product/123
Result
When the scenario runs:
- the value is passed from your source
- Eledo encodes it into a QR code
- the QR code is rendered in the document
Next steps
- Learn QR formats → Generating QR Codes
- Build full workflow → Generate Your First PDF
Was this article helpful?
Yes
No