Skip to content

Instantly share code, notes, and snippets.

@ihussain1024
ihussain1024 / index.html
Created January 20, 2018 11:38 — forked from Lakerfield/index.html
Print ZPL from browser
<!doctype html>
<html lang="en">
<head>
<title>Print ZPL from browser</title>
</head>
<body>
<h1>Test page for print ZPL from browser!</h1>
<script type="text/javascript">
function printZpl(zpl) {
@ihussain1024
ihussain1024 / BrowserPrint-1.0.4.js
Created January 19, 2018 11:49 — forked from robinsk/BrowserPrint-1.0.4.js
Zebra Browser Print SDK
var BrowserPrint = function() {
function e(e) {
return s + e
}
function n(e, n) {
var i = new XMLHttpRequest;
return "withCredentials" in i ? i.open(e, n, !0) : "undefined" != typeof XDomainRequest ? (i = new XDomainRequest, i.open(e, n)) : i = null, i
}