Template Building
This section explains how to prepare Eledo templates for automated PDF generation workflows.
The guides focus on practical template patterns commonly used in integrations and automation platforms.
You will learn how to:
- print dynamic values
- work with numbers and dates
- generate QR codes
- insert images
- repeat table rows for lists and arrays
- build templates compatible with automation workflows
Available Guides
Printing Text
Insert dynamic text values into your PDF documents.
Common use cases:
- customer names
- invoice numbers
- product descriptions
Printing Number
Print and format numeric values.
Common use cases:
- prices
- quantities
- totals
Printing Date
Work with dynamic dates and date formatting.
Common use cases:
- invoice dates
- delivery dates
- expiration dates
Repeating Table Row
Generate tables dynamically from lists or arrays.
Common use cases:
- invoices
- product tables
- reports
Printing Image
Insert dynamic images using public image URLs.
Common use cases:
- product photos
- profile pictures
- logos
Printing Checkbox
Render checked or unchecked states dynamically.
Common use cases:
- approvals
- confirmations
- boolean flags
Printing QR Code
Generate QR codes from dynamic values.
Common use cases:
- product links
- tracking URLs
- verification codes
Related Sections
Was this article helpful?
Yes
No