← All Templates

Multi-Page Report

Free, customizable template with 5 dynamic fields. Use it via the API or duplicate it in your dashboard.

Variables

{{company_name}}
Default: Acme Corp
{{report_title}}
Default: Quarterly Performance Report
{{author}}
Default: Jane Smith
{{date}}
Default: March 2026
{{quarter}}
Default: Q1 2026

API Usage

POST /api/v1/pdf
{
  "template_id": "multi-page-report",
  "variables": {
    "company_name": "...",
    "report_title": "...",
    "author": "...",
    ...
  }
}