Status: Determining jZebra version. Please wait...
Function | Button | Parameter | Description |
---|---|---|---|
[+] Detect Printer | Searches for locally installed printer with "zebra" in the name. | ||
findPrinter(); | document.jzebra.findPrinter("zebra"); | ||
Standard function for sending plain text commands to printer | |||
print(); | document.jzebra.append("A590,1600,..."); document.jzebra.print(); |
||
[+] Print Base64 | Decodes base64 commands and sends to printer | ||
print64(); | document.jzebra.append64("QTU5MCwxNjAwLDI..."); document.jzebra.print(); |
||
Print Spooling Every 3 | |||
Print XML | |||
Print Hex | |||
Print File | |||
Print Image | |||
List All Printers |
|