Turn Pronto output into print-ready documents
Ready Forms is middleware that sits between Pronto and your PDF/XML pipeline. Send JSON (or raw print output), validate the payload, map company and document type to the right layout, and receive a resolved job ready for downstream generation.
Validate & map
Checks required fields and lines, then resolves company + document type to layout rules from your configuration.
Layouts & branding
Central mapping and layout definitions so invoices, purchase orders, and credit notes stay consistent.
Operations
Staff console for customers, SMTP, and users. Admin UI for mappings, samples, and template matrix.
Typical flow
Pronto (or ReadyConnect at the edge) POSTs to the API. The service validates input, applies mappings.json / layouts.json, stores optional job snapshots, and returns structured data for PDF/A and e-invoice steps.
- 1. POST
/api/resolve-documentwith JSON body - 2. Optional: POST
/api/ingest-rawfor trimmed UTF-8 text that parses as one JSON object - 3. Use
GET /api/healthfor monitoring
Integration snippets
POST /api/resolve-documentPOST /api/ingest-rawGET /api/health