Lasernet 11 Scripting Guide
    • 30 Jan 2026
    • 1 Minute to read
    • Contributors
    • PDF

    Lasernet 11 Scripting Guide

    • PDF

    Article summary

    Lasernet provides a scripting framework that can be used to add advanced functionality.

    The JavaScript engine in Lasernet uses QtScript, which is compliant with the ECMA-262 specification.

    You can use scripts to develop and extend any aspect of your Lasernet solution, including performing checksum calculations, implementing conditional overlays, and conditional printer profiles.

    Lasernet Developer contains a script editor that provides functionality for maintaining your own scripts. You access the script editor by creating a new script or opening an existing one.

    This guide describes how to use Lasernet’s scripting capabilities and provides a reference to Lasernet’s JavaScript functions, classes, and variables.

    Contents

    Scope

    This guide covers the scripting features and extensibility offered by Lasernet Output Management. It is intended primarily as a reference to the different JavaScript functions in Lasernet.

    Intended Audience

    This guide is for Lasernet system administrators and Lasernet developers.