SpiritWeb-Web Printing Proxy

SpiritWeb provides printing support for browsers with just one line of code to print labels designed by the SpiritDesigner. At the same time, SpiritWeb provides a rich set of JS APIs to develop various printing programs as needed.

Features

detailed
  • Browser-specific

    B/S printing architecture, Simple JS API.

  • Support various browsers

    Support popular browsers

  • Focus on label printing

    Print receipts, trademarks, label, support bacode and QR code printing.

  • Ultra-high-speed printing

    Support professional label printers, without Windows print driver, directly use industry standard ZPL/CPCL printing instructions to ensure full-speed printing

  • Rich printing modes

    Supports multiple printing modes such as command mode, JS mode, label mode, etc. to facilitate program design and help you quickly complete application development

  • Convenient development tools

    Provides a print preview function, which is convenient for developers to quickly adjust the printing effect

Basic usage:

SPIRIT.open({}, function(p){
    p.PrintLabel("Template ID", {template variable 1: xxx, template variable 2: yyy}));
    p.close()
})