Advanced Search
Search Results
17 total results found
What is VeloxFactory?
VeloxFactory is a web application that lets you manage and render JasperReports templates — via a clean frontend, a powerful REST API, or both. It turns the well-established JasperReports engine into something any application can consume with a single HTTP ca...
Our Vision
VeloxFactory exists because good software should not be complicated, expensive, or opaque. This page explains what we are building towards and how we think about working with the people who use it. Simple by Design The goal behind VeloxFactory has always bee...
Creating reports in Jaspersoft Studio
VeloxFactory renders reports defined as .jrxml files — the native format of JasperReports. These files are designed in Jaspersoft Studio, a free desktop IDE built specifically for this purpose. This page explains how to set up a .jrxml file so that VeloxFacto...
Managing reports in VeloxFactory
A report in VeloxFactory is more than a file. It is a fully managed configuration — with its own parameters, data fields, image resources, SQL query, data connection, preview images, rendering history, and print records. This page walks through the complete l...
Data adapters for dyn. data control
Reports that display repeating data — lists, tables, card grids — need a data source. VeloxFactory supports two ways to supply that data at render time: a live SQL connection that queries a database automatically, or a dynamic array delivered directly in the ...
Meet the frontend
VeloxFactory comes with a built-in web frontend that gives you full access to every feature without writing a single line of code. It is built with Laravel Livewire — a reactive framework that delivers a dynamic, app-like feel while keeping everything server-...
Meet the API
VeloxFactory ships with a fully capable REST API — and it is not an afterthought. Every action you can perform in the frontend can also be performed via the API, because the frontend and the API share the same controller methods. There is no separate implemen...
Rendering from the frontend
Every report configuration in VeloxFactory has a built-in Generate PDF function — a dedicated page that lets you render the report directly from the browser, without writing a single line of code or touching the API. It is the fastest way to produce a PDF, te...
Rendering with our powerful API
Everything the Generate PDF page does in the browser, the API does programmatically — with more control, lower overhead, and the same rendering engine underneath. A single POST request renders a report, optionally logs the result, and optionally dispatches a ...
The concept of Report History Records
Every render request tells VeloxFactory what to produce. A ReportHistoryRecord remembers exactly what was asked for, what came back, and what the result looked like — permanently, until you decide otherwise. It is the foundation for traceability, debugging, a...
Creating Report Print Tasks
A ReportPrintTask represents a single print job — a PDF queued for delivery to a physical printer. VeloxFactory does not communicate with printers directly. Instead, it creates the task record, optionally notifies a separate print service via WebSocket, and w...
Our own C#-based print service
VeloxFactory does not talk to printers directly. Instead, a lightweight companion application — the Background Printing Service — runs on any Windows machine that has the target printers installed. It receives print tasks from VeloxFactory, renders the PDF to...
Installing VeloxFactory
VeloxFactory is a standard Laravel application. The setup is intentionally slim — pull the repository, install dependencies, configure the environment, migrate the database. A standard installation is up and running in under 30 minutes. What You Don't Need B...
Configuration and data models
VeloxFactory is built around a small set of interconnected models. Understanding them is the key to understanding everything else — from how reports are set up, to how renderings are stored, to how print jobs are dispatched. Field Naming Conventions VeloxFac...
Open Source Attribution
VeloxFactory and its companion Background Printing Service are built on open source software. We are grateful to the authors and contributors of the following packages. VeloxFactory Package License Description ...
Try it out
The demo instance gives you a fully functional VeloxFactory environment — pre-loaded with report templates and example data. Everything you can do in a production setup you can do here, with one exception: print tasks do not reach a real printer. Access De...
Get VeloxFactory
Interested in using VeloxFactory in your own environment? Get in touch — we'll figure out the right setup together. Contact Name Benjamin Fischer E-Mail bfischer@kiwi-software.dev Website www.k...