Evaluation demo
Render one of your own reports.
Drop in a .rpt that carries saved data. Reporter decodes it, lays it out and hands back a PDF with the evaluation watermark over every page. It never opens a database, and your upload is deleted the moment the PDF is returned.
Drop an .rpt here
Or click to choose one. It must carry saved data — the demo renders the rows cached inside the file and never connects to a database. 12 MB maximum.
- Decode the container
- Bind the saved rows
- Lay out and paginate
- Render the PDF
- File
- —
- Size
- —
- Authored with
- Saved rows
- —
- Pages
- —
Cannot render
Output
The rendered page appears here. Every page carries UNLICENSED EVALUATION COPY across it; a licensed run draws nothing.
Some formulas are not implemented yet.
What happens to your file. It is written to a scratch file for the length of one render and deleted immediately afterwards, whether the render succeeded or failed. Nothing is stored, logged or forwarded, and no database is ever contacted.
Your database, your parameters. The demo is deliberately sealed: saved data only, no network, no credentials. A real run reads the rows from your own database and binds the report’s parameters — same report file, same output. The code for both is on Examples.