This preview is a real PDF render produced by the DocMake engine from the sample data on this page.
Finance
Price Quote
Send professional quotes in minutes: line items repeat automatically for every entry in your data, totals sit clearly at the bottom, and the validity window keeps expectations explicit.
Fill it in the app, share it as a form with your sales team, or generate quotes straight from your CRM through the API.
Fill-in fields
| quote_number | Quote number |
| issue_date | Issue date |
| valid_until | Valid until |
| client_name | Client name |
| prepared_by | Prepared by |
| subtotal | Subtotal |
| tax | Tax |
| total | Total |
| terms | Terms |
| items[] | Repeating list - rows expand automatically for each item |
The data behind the preview
This is the exact JSON that produced the document above. Change the values, POST it to the render API, and you get your version back as DOCX or PDF. Lists grow and shrink with your data; the layout adapts.
- 01 Sign up free and duplicate this template into your workspace.
- 02 Adjust the wording and branding in the visual editor.
- 03 Fill it in the app, share it as a form link, or render it with the API.
{
"quote_number": "Q-2026-0087",
"issue_date": "August 8, 2026",
"valid_until": "September 8, 2026",
"client_name": "Acme Corp",
"prepared_by": "Northwind Software",
"items": [
{
"name": "Discovery workshop",
"qty": "1",
"unit_price": "$1,200.00",
"total": "$1,200.00"
},
{
"name": "Implementation package",
"qty": "1",
"unit_price": "$4,200.00",
"total": "$4,200.00"
},
{
"name": "Training session",
"qty": "2",
"unit_price": "$300.00",
"total": "$600.00"
}
],
"subtotal": "$6,000.00",
"tax": "$1,140.00",
"total": "$7,140.00",
"terms": "50% on acceptance, 50% on delivery. Prices valid for 30 days."
} More finance templates
Credit Note
A credit note template referencing the original invoice, with itemized corrections and the credited total.
View template →Expense Report
An expense report template with employee details, a repeating expense table with categories, and approval lines.
View template →Invoice
An invoice template with repeating line items, due dates, totals, and payment terms. Renders to Word and PDF.
View template →