+ All Categories
Home > Documents > Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3...

Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3...

Date post: 01-Apr-2018
Category:
Upload: buithien
View: 217 times
Download: 1 times
Share this document with a friend
15
Browser Print User Guide
Transcript
Page 1: Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3 Installation 1. If you currently have a version of Browser Print or Zebra Web Driver installed,

Browser Print User Guide

Page 2: Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3 Installation 1. If you currently have a version of Browser Print or Zebra Web Driver installed,

A Zebra Technologies Application Note 2

Overview

Zebra’s Browser Print allows webpages to communicate with Zebra peripherals connected to a given computer. This allows cloud-based applications to print to virtually any user’s printer. Currently, Browser Print supports the Windows 7 and 10 operating systems, Google Chrome and Internet Explorer browsers, and Zebra printers connected via USB. For a more complete list of supported features, see the Supported Features.

This document outlines the basics for installing and using Browser Print:

Overview 2

Features 2

Requirements 2

Installation 3

Using the Sample Demo 9

Integration 12

Incompatibilities 12

Uninstallation 13

Appendix – Supported Features 14

Features

Allows web-page to communicate with Zebra Printers directly.

Auto-discovers USB-connected Zebra Printers.

Allows two-way communication to devices using several communications protocols.

Has ability to set a default Printer for the application, independent of the default printer used by Windows.

Requirements

Browser Print

Zebra’s Browser Print is a program that allows the user to communicate with a Zebra printer directly from a web page. It currently operates on Windows 7 and Windows 10 through a USB printer connection.

Page 3: Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3 Installation 1. If you currently have a version of Browser Print or Zebra Web Driver installed,

A Zebra Technologies Application Note 3

Installation

1. If you currently have a version of Browser Print or Zebra Web Driver installed, use the instructions in Uninstallation to uninstall it.

2. Please read the section on Incompatibilities for issues while installing this program.

3. Run the Zebra Browser Print installer. The Installation Wizard should open.

4. Click Next.

5. Select where you would like to save the Browser Print files and click Next.

Page 4: Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3 Installation 1. If you currently have a version of Browser Print or Zebra Web Driver installed,

A Zebra Technologies Application Note 4

6. Select where you would like to run the program from and click Next.

7. Decide if you want to have a desktop icon for Browser Print and click Next.

Page 5: Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3 Installation 1. If you currently have a version of Browser Print or Zebra Web Driver installed,

A Zebra Technologies Application Note 5

8. Click Install.

9. Check the box to launch Zebra Browser Print and click Finish. If you do not check the box, Zebra Browser Print will be launched the next time you restart your computer.

Page 6: Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3 Installation 1. If you currently have a version of Browser Print or Zebra Web Driver installed,

A Zebra Technologies Application Note 6

10. After you finish, the End User License Agreement will pop up. Select I Agree.

11. Then there will be a pop up about communicating with a web browser. Click OK.

This will open a web browser. If it displays that the SSL Certificate has been accepted, then Browser Print has been successfully installed.

12. A pop up will appear requesting access to any connected Zebra devices. Select Yes.

Page 7: Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3 Installation 1. If you currently have a version of Browser Print or Zebra Web Driver installed,

A Zebra Technologies Application Note 7

A Zebra logo will also appear in your system tray.

13. Right click this icon and select Settings. Browser Print’s settings will open.

If you selected yes to the previous pop up, null will be listed as an Accepted Host.

Page 8: Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3 Installation 1. If you currently have a version of Browser Print or Zebra Web Driver installed,

A Zebra Technologies Application Note 8

14. To set or change the default printer, click the Change button. A pop up will appear with a dropdown of all USB-connected devices.

Select the device you would like to print to by default and click Set.

Note: Clicking Exit in the system tray menu will stop the printing service. It can be restarted from the Start Menu Programs -> Zebra Technologies -> Zebra Browser Print

Page 9: Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3 Installation 1. If you currently have a version of Browser Print or Zebra Web Driver installed,

A Zebra Technologies Application Note 9

Using the Sample Demo

1. Plug your Zebra printer into your PC with a USB cable.

2. In the “sample” folder, open the index.html file. This will open a page in a web browser.

3. The website must ask permission to access your system’s printers. Select Yes to give it access.

The website will then be added to the list of Accepted Hosts in Browser Print. If you are running this file on your local computer, the website address will be listed as ‘null’, not ‘localhost’.

4. If you have selected a default printer in the Browser Print settings, the website will have it listed. If you have not, the printer will be undefined. If the printer is undefined, click Change and select the printer you would like from the drop down menu.

Page 10: Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3 Installation 1. If you currently have a version of Browser Print or Zebra Web Driver installed,

A Zebra Technologies Application Note 10

5. On the demo page, enter a name in the appropriate field and click Print Label.

The printer should print a label with the name you entered.

Page 11: Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3 Installation 1. If you currently have a version of Browser Print or Zebra Web Driver installed,

A Zebra Technologies Application Note 11

Page 12: Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3 Installation 1. If you currently have a version of Browser Print or Zebra Web Driver installed,

A Zebra Technologies Application Note 12

Integration

Zebra’s Browser Print is intended to make it easier to print to a device from a web-based application using minimal coding effort.

Packaged with the Browser Print program, there is a full example of a web application that prints using Browser Print in the sample directory. This sample contains the BrowserPrint.js file as a basic API to help you integrate into your website. This file is also in the lib folder. It is recommended that you include this JavaScript class in your web page to facilitate the use of the Browser Print application.

<script type="text/javascript" src="js/BrowserPrint-

1.0.1.min.js"></script>

Full API documentation for the BrowserPrint-1.0.1.min.js file can be found by clicking the Modules and Classes links.

Incompatibilities

Browser Print runs in the background of a computer; however, it cannot run at the same time as certain other pieces of software. Browser Print cannot run when any other program is using the computer’s 9100 or 9101 ports. These ports are used for RAW printing; that is, sending commands to the printer in a printer language, such as ZPL.

When a program is using these ports, Browser Print will display a message stating that it cannot print in the current state. This will also be the case if you have an older version of the program running.

Note: The only known Zebra software to be incompatible is CardStudio, ID card design software.

Page 13: Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3 Installation 1. If you currently have a version of Browser Print or Zebra Web Driver installed,

A Zebra Technologies Application Note 13

Uninstallation

1. Right click the Browser Print icon in your system tray.

2. Select Exit. This makes Browser Print cease function in the background. The icon should disappear.

3. Enter the Windows Start menu and open your computer’s Control Panel.

4. Click Programs and Features. A list of all the programs on your computer will appear.

5. Right click Zebra Browser Print and select Uninstall.

6. Zebra Browser Print will then be uninstalled by your computer. The Browser Print icon will disappear from your system tray and the Browser Print directory will no longer be on your system.

Page 14: Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3 Installation 1. If you currently have a version of Browser Print or Zebra Web Driver installed,

A Zebra Technologies Application Note 14

Appendix – Supported Features

The following is a table of the currently supported features for Zebra’s Browser Print.

Feature Current Release

OS Windows 7 and 10

Browsers Chrome and Internet Explorer 11+

Printers ZD500, ZD410, LP2824+, ZT230, ZT420 (ZD500R, ZT210, ZT220, ZD420, ZT410)

Print Languages ZPL

Connection Types USB

File Size Limit 2 MB download to printer

Bi-directional Communications ^ and ~H ZPL commands, and set, get, do commands

Image Conversion No

Page 15: Browser Print User Guide - Zebra Technologies | … Zebra Technologies Application Note 3 Installation 1. If you currently have a version of Browser Print or Zebra Web Driver installed,

A Zebra Technologies Application Note 15

Document Control

Version Date Description

1 August, 2016 Initial Release

Disclaimer

All links and information provided within this document are correct at time of writing.

Created for Zebra Global ISV Program by Zebra Development Services.


Recommended