Skip to content

A desktop app for previewing and printing ZPL through a Zebra

Notifications You must be signed in to change notification settings

germanger/zpl-printer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zpl-printer

A desktop app for previewing and printing ZPL files through a Zebra. Made with .NET C#

Features

  • Print using the print dialog
  • Preview using Labelary.com (requires Internet connection)
  • Open ZPL files (manually or via file type association)

Previewing

This project uses Labery.com API for generating a visual representation of the label from the ZPL code. So if you want to preview before printing, you will require an Internet connection. The API returns a PDF and it is displayed in a System.Windows.Forms.WebBrowser

Printing

This project uses .NET's System.Windows.Forms.PrintDialog, as shown in these posts:

"Zebra ZPL II Utility"

There is this similar project from 2010: https://zebrazpliiutlity.codeplex.com/ but it has two problems:

  • No preview
  • It doesn't let you associate ZPL files ("open with...")

Suggested usage

  1. Associate .ZPL files to open with this utility
  2. Create ZPL code from your own software and output to a file, ie. foo.zpl
  3. In your software, use something like System.Diagnostics.Process.Start("foo.ZPL")
  4. Windows will open the .ZPL with this utility

Screenshots

Previewing

Printing

About

A desktop app for previewing and printing ZPL through a Zebra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages