This pipeline generates professional multi-page invoice PDFs from your billing system data. Repeater elements render variable-length line item tables, auto-layout handles invoices of any size, and the PDF output is print-ready with your company branding. Integrates with Stripe, billing APIs, or any data source that provides structured invoice data.

Billing events trigger invoice generation, with line items rendered via repeater elements and output as multi-page PDF.
{
"templateId": "invoice-template",
"format": "pdf",
"overrides": {
"companyName": { "text": "Acme Corp" },
"invoiceNumber": { "text": "INV-2026-0042" },
"invoiceDate": { "text": "February 25, 2026" },
"dueDate": { "text": "March 27, 2026" },
"customerName": { "text": "Widget Industries" },
"lineItems": {
"items": [
{ "description": { "text": "Pro Plan - Monthly" }, "quantity": { "text": "1" }, "amount": { "text": "$99.00" } },
{ "description": { "text": "Additional Renders (500)" }, "quantity": { "text": "500" }, "amount": { "text": "$49.00" } },
{ "description": { "text": "Priority Support" }, "quantity": { "text": "1" }, "amount": { "text": "$29.00" } }
]
},
"subtotal": { "text": "$177.00" },
"tax": { "text": "$15.93" },
"total": { "text": "$192.93" }
}
}
First page of invoice with company branding, customer details, and line items

Second page with continued line items, subtotal, tax, and total
Automate your invoice generation pipeline. Professional PDFs from structured data in milliseconds.
Start Free TrialAutomate product card image generation for your e-commerce catalog. See how repeater elements, conditional visibility, and image swapping work together.
Build an automated certificate and achievement badge system with RenderStack. QR codes, custom fonts, and batch rendering for EdTech and HR platforms.
Generate automated report cover pages with RenderStack. PDF output, dynamic branding, and date formatting for analytics and BI platforms.