Giter Club home page Giter Club logo

zebraprint's Introduction

Zebra printer support for Linux

Build Status

Zebra printers are supported by the CUPS printing system but only as raster image devices. This means that documents to be printed are sent to the printer as a large raster (bitmap) image. On some Zebra printers, this can result in a delay of around 80 seconds before the label is printed.

A more efficient method is to use the Comtec Printer Control Language (CPCL). This is a page description language (analogous to PostScript) that can be used to describe the page using built-in primitives for text, barcodes, graphics, etc. An example page in CPCL could be:

! 0 200 200 210 1
TEXT 4 0 30 40 Hello World
FORM
PRINT

This package defines an XML mapping of CPCL: CPCL/XML (with MIME type application/x-cpcl+xml), allowing CPCL documents to be constructed using XML-based toolchains. The same example page in CPCL/XML would be:

<?xml version="1.0" encoding="utf-8"?>
<cpcl xmlns="http://www.fensystems.co.uk/xmlns/cpcl">
  <print height="210">
    <text x="30" y="40">Hello World</text>
    <form/>
  </print>
</cpcl>

Installing this package will allow you to print CPCL or CPCL/XML documents directly to your Zebra printer via CUPS.

Installation

You can download prebuilt RPMs for RHEL and Fedora from the Unipart Digital package repository.

Alternatively, you can easily build from the source code:

make && make test && sudo make install

zebraprint's People

Contributors

mcb30 avatar sylviebarlow avatar crc48 avatar

Stargazers

Alessandro Parisi avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

cmseal

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.