Language: Deutsch · English
Control the print process – output formats, rule entry points and FIFO printer spooling.
KONZEPT DEVELOPER UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X
On this page
Print profiles bundle the output formats offered when printing and can be configured individually by the user. Two additional rule entry points allow influencing the print process.
Print flow with rule entry points
Nuclos manages print jobs via its own spooling: each printer has a worker with a list of PrintResult objects processed in insertion order (FIFO).
Example
Example: a user selects five documents – three for the label printer, two for the standard printer. The server groups the jobs by target printer (dispatching) and passes them to the respective worker as a batch. This way a large print job does not block the entire spooling.