Skip to content

One HTTP call. One finished document.

VeloxFactory turns your data into labels, delivery notes and reports as PDF. Stable in daily use, easy to use, easy to integrate.

curl -X POST https://your-instance/api/v1/report-config/{name}/render \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{"outputType":"base64","parameters":{"P_SCAN_EAN":"4006381333931"}}'

Stable

Built for daily production.

  • 4,000+ labels per day at one customer, typically 800 ms from scan to label.
  • Every render carries a trace id, with history, print and mail status.
  • Queues with retries and rate limits, locks against double job runs.
  • A lean stack without a JVM that runs on modest hardware, including single-board computers.

Easy to use

Upload a template. Parameters are detected. Done.

  • The frontend and the API offer the same functions.
  • .jrxml upload with automatic detection of parameters, fields and resources.
  • Scan2Print: scan a barcode, get the label.
  • Mailing and scheduling without code, including a cron builder with preview.

Easy to integrate

One HTTP call, one finished document.

  • REST with a bearer token, one POST with a JSON body is enough.
  • Data in the request as JSON or live from MySQL, MariaDB, PostgreSQL and SQL Server.
  • An MCP server with 91 tools for AI assistants, API reference at /docs.

And also

  • No lock-in: open components, standard .jrxml, runs on your own infrastructure.
  • Runs where PHP runs.
  • One contact person instead of a support portal.
  • Grows with you: printing, mail and scheduling can be added later.

One call from any language

Any language that speaks HTTP works.

curl -X POST https://your-instance/api/v1/report-config/{name}/render \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{"outputType":"base64","parameters":{"P_SCAN_EAN":"4006381333931"}}'

Who is behind it

VeloxFactory is built and maintained by kiwi software & consulting.