Skip to main content

Printing Text

This guide shows how to print dynamic text into your PDF using Make.


Step 1 — Prepare your template

In the Eledo editor:

  1. Click the Text Box (TXT) component in the toolbar
  2. Place it into your document
  3. In Data (expression), enter a field name (for example ProductName)
  4. Confirm and save the template

Text Box Configuration


Step 2 — Use the template in Make

In your Make scenario:

  1. Add the Eledo PDF module
  2. Select your template
  3. Click Refresh Custom Fields

You will now see your field (for example ProductName) available for mapping.


Step 3 — Map your data

  1. Click into the field (for example ProductName)
  2. Select a value from your data source (Google Sheets, CRM, etc.)
  3. Confirm the mapping

Mapping Text Value


Step 4 — (Optional) Format the output

You can control how text appears directly in the template using expressions.

Examples:

"Product: " + ProductName
NUM(Price, 0, 2) + " €"


Result

When the scenario runs:

  • data is passed from your source
  • Eledo fills the Text Box
  • the final document is generated

Next steps

Was this article helpful?

Yes
No