PDF Generate
Overview
The PDF Generate node creates PDF documents from HTML or Markdown templates with {{field}} interpolation from upstream data. It uses Puppeteer (headless Chrome) for high-fidelity rendering, supporting complex layouts, images, and CSS styling.
Category
Outputs — outputs/pdfGenerate
Settings
| Setting | Type | Default | Description |
|---|---|---|---|
| template | String | html | Template format: html or markdown |
| bodyTemplate | String | — | The HTML/Markdown template with {{field}} placeholders |
Inputs & Outputs
- input1 — Data for template interpolation
- output1 — Generated PDF (file reference or buffer)