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.
B/S printing architecture, Simple JS API.
Support popular browsers
Print receipts, trademarks, label, support bacode and QR code printing.
Support professional label printers, without Windows print driver, directly use industry standard ZPL/CPCL printing instructions to ensure full-speed printing
Supports multiple printing modes such as command mode, JS mode, label mode, etc. to facilitate program design and help you quickly complete application development
Provides a print preview function, which is convenient for developers to quickly adjust the printing effect
SPIRIT.open({}, function(p){
p.PrintLabel("Template ID", {template variable 1: xxx, template variable 2: yyy}));
p.close()
})