PDF Document Samples
The official sample gallery for Re:port Flow. Clone a template, then use the published input JSON and API request examples to reproduce the finished PDF for yourself. The implementation and data for every sample are published in the GitHub repository reportflow-examples.
How do I use these samples?
Clone the template into your own workspace, then pass the input JSON published on GitHub to the API as content.params. The only value you replace is your own design ID — everything else reproduces the same output as the finished PDF.
- Pick a sample and clone it from the template gallery into your workspace
- Look up the design ID of the clone
- Get the input JSON and the request examples from GitHub
- Set your API key and design ID, run the request, and reproduce the finished PDF
Sample list
| Sample | Document | What it exercises |
|---|---|---|
| Invoice (Japanese Tax) | invoice | Multiple line items / consumption tax / rounding |
| Quotation (Estimate) | quotation | Subtotal, tax and total / validity date / long remarks |
| Invoice (English Layout) | invoice-en | Alphanumerics / currency / line-item array |
| Worker Roster | worker-roster | Single record / date fields |
| Non-Disclosure Agreement (NDA) | nda | Merge fields / long clause text |