Lasernet Core 11 Scripting Guide
    • 16 Apr 2026
    • 1 Minute to read
    • Contributors
    • PDF

    Lasernet Core 11 Scripting Guide

    • PDF

    Article summary

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

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

    You can use scripts to develop and extend any aspect of your Lasernet Core 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 Core’s scripting capabilities and provides a reference to its JavaScript functions, classes, and variables.

    Contents

    Scope

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

    Intended Audience

    This guide is for Lasernet Core system administrators and developers.