Skip to content

Printing Documents From Fuuz

Fuuz Wiki Import edited this page Jun 7, 2026 · 1 revision

Printing Documents From Fuuz

Article Type: How-To / Feature Guide Audience: End Users, Application Designers, Administrators Module: Fuuz Platform Applies to Versions: 2025.12+

Overview

Fuuz supports three primary printing approaches: standard browser printing, Chrome kiosk (silent) printing, and advanced gateway-driven printing. Choose the option that matches your label volumes, device complexity, and automation needs.

Tip: For low-volume and single-printer scenarios, use browser or kiosk printing. For multi-printer routing, automation, or high throughput, use the Edge Gateway.

Note: Using the Edge Gateway does require specific licensing; you must have the gateway installed (Build, QA and Prod) for testing. We suggest using a Docker + Portainer.io template configuration.

Prerequisites

  • Browser printing: A modern browser (Chrome/Edge/Firefox) and a configured default printer.
  • Kiosk printing: Google Chrome installed, desktop shortcut access, and a configured Fuuz screen with Auto Print + Auto Window Close in the related Flow Action.
  • Gateway printing: Installed Edge Gateway with appropriate printer drivers (e.g., TCP/network), reachable printers, and application flows that pass routing parameters.

Option 1: Standard Browser Printing

Press Ctrl+P (Windows) / Cmd+P (macOS), or use your browser's menu to print any screen, report, or document. No Fuuz configuration required.

Tip: Set the correct paper size and margins in the OS printer driver to avoid scaling issues.

Option 2: Chrome Kiosk (Silent) Printing

When to Use

  • Single workstation + single barcode printer.
  • Low-to-moderate label volumes where an operator can interact between machine cycles.

Create a Chrome Shortcut

  1. Open Fuuz to the target screen (e.g., control panel) and click the Share icon to copy the page URL.

  2. Copy your Chrome shortcut to the desktop → Right-click → Properties.

  3. In Target, append kiosk flags and the Fuuz URL:

    "C:\Program Files\Google\Chrome\Application\chrome.exe" --kiosk --kiosk-printing https://your-fuuz-url
    
  4. Click OK and restart Chrome (or reboot).

Configure the Fuuz Screen

  • In the Flow Action that renders the document, enable Auto Print.
  • Enable Auto Window Close (e.g., close after 1 second) to return the operator to the working screen.

Note: Expected behavior — document opens briefly → Fuuz triggers print → Chrome silently submits to the default printer → the document window auto-closes → operator returns to the working page.

🎥 Video walkthrough: Watch on Vimeo

🎥 Video walkthrough: Watch on Vimeo

🎥 Video walkthrough: Watch on Vimeo

Kiosk printing setup

Chrome shortcut target configuration

Auto print flow action configuration

Screen Designer configuration:

Screen Designer configuration

Example printer configuration:

Example printer configuration

Variants & Considerations

  • Kiosk printing only: --kiosk-printing leaves browser controls visible.
  • Full kiosk mode: --kiosk --kiosk-printing hides browser UI for shop-floor hardening.
  • Multi-printer stations: Prefer Gateway printing or require operator confirmation (disable auto-print and let the user click Print).

Option 3: Edge Gateway Printing

Use the Edge Gateway for robust, parameter-driven printing, multi-printer routing, and high-throughput automation.

Installation

  1. Download the Gateway from the Fuuz Apps screen and install on a VM, PC, or server.
  2. Open http://localhost:5500 to access the Gateway UI.
  3. Log in with email/API key, password, and subdomain; select tenant.

Driver & Printer Setup

  1. Install the TCP printer driver (or other supported drivers).
  2. Configure printers by IP; map to work centers or routing parameters (user, workstation, work order, pack type).

App Flow Integration

  • Pass routing parameters in your Fuuz flows to direct print jobs to the correct device.
  • Monitor status and device health in the Gateway UI.

Note: Complex setups may require assistance from Fuuz engineers or partners; submit a support ticket for configuration help.

🎥 Video walkthrough: Watch on Vimeo

Troubleshooting

Common Issues

  • Wrong printer used: Ensure a single default printer is set (browser and OS). For multi-printer stations, disable auto-print or use Gateway routing.
  • Incorrect label size: Adjust printer driver properties (paper size, margins) and test. Fuuz does not override device driver settings.
  • No output on ZPL devices from PDFs: Update printer firmware or use vendor features like PDF Direct. If not supported, consider generating native printer code (ZPL/IPL) via custom flows.

Diagnostic Tips

  • Test print from the OS first to verify driver + media settings.
  • Check the Fuuz Flow Action flags (Auto Print / Auto Close).
  • For Gateway, confirm device online status and correct IP mapping.

Fuuz has no control over the printer driver configurations — you may need to consult the hardware vendor for more detailed information if your print is not scaled or rendering properly.

Label/document is not printing at all? Sometimes this can happen, especially when printing PDF documents to ZPL printers — you likely need to update your printer firmware. Search for information on this from your hardware vendor, for example: PDF Direct Activation or Printing a PDF File Using the ZDesigner Driver.

Various printing device manufacturers may have different requirements, which could include firmware, drivers, or even hardware, to make their printers compatible with PDFs.

Best Practices

  • Standardize label sizes and printer models across workcenters.
  • Use kiosk mode for hardened shop-floor stations; lock down OS/browser settings.
  • For shared printers, require operator confirmation before print or implement Gateway routing.
  • Document printing topology and maintenance (firmware, drivers, media).

Disclaimer

Chrome kiosk features and third-party driver behavior may change. MFGx cannot guarantee ongoing compatibility and provides assistance via paid engagements if alternative solutions are required.

Revision History

Version Date Editor Description
1.1 2025-12-23 Fuuz Documentation Team Enhanced with prerequisites, Flow Action flags, kiosk flags, gateway routing, and troubleshooting.

See Also


Source: support.fuuz.com

🏠 Home

Getting Started (14)
Training Guides (52)

Applications

Access & Users

Data Models & Schema

Screens

Weather Lookup Series — guided 3-part build

Data Flows & Integrations

Data, Reporting & Monitoring

Enterprise & Organizations

Platform Concepts & Architecture (10)
Screens & Application Design (17)
Data Models & Schema (8)
Data Flows & Scripting (51)

Designing Flows

Data Flow Nodes

JSONata Reference

Scripting

Integrations & Connectors (30)

General & iPaaS

Plex

EDI

IIoT & Edge Gateway (18)

Physical Device Connectors

Edge Data Connectors

Reporting, Documents & Dashboards (8)
Administration & Access Control (27)
Data Management (8)
Accelerators, Templates & Packages (8)
Design Standards (1)
How-To Guides (8)
FAQ & Troubleshooting (1)
Release Notes (117)

2026

2025

2024

2023

2022

2021

2020

Policies & Company (6)

Clone this wiki locally