Pre-release
This release is a pre-release and may not be stable for production use.
============
Zebra-0.0.3a
============
Usage:
::
from zebra import zebra
z = zebra( [queue] )
Constructor with optional printer queue
z.getqueues()
Return a list containing available printer queues
z.setqueue( queue )
Set the printer queue
z.setup( direct_thermal=None, label_height=None, label_width=None )
Set up the label printer. Parameters are not set if they are None.
direct_thermal - True if using direct thermal labels
label_height - tuple (label height, label gap) in dots
label_width - in dots
z.store_graphic( name, filename )
Store a .PCX file on the label printer
name - name to be used on printer
filename - local filename
z.output( commands )
Output EPL2 commands to the printer
Note:
- On Mac and *nix, install the printer as a Raw printer, not a Zebra one.
If you are on a Linux or MacOSX machine using CUPS, you may need to set up a
printer queue using the admin panel at http://localhost:631
Zebra-0.0.3a
============
Usage:
::
from zebra import zebra
z = zebra( [queue] )
Constructor with optional printer queue
z.getqueues()
Return a list containing available printer queues
z.setqueue( queue )
Set the printer queue
z.setup( direct_thermal=None, label_height=None, label_width=None )
Set up the label printer. Parameters are not set if they are None.
direct_thermal - True if using direct thermal labels
label_height - tuple (label height, label gap) in dots
label_width - in dots
z.store_graphic( name, filename )
Store a .PCX file on the label printer
name - name to be used on printer
filename - local filename
z.output( commands )
Output EPL2 commands to the printer
Note:
- On Mac and *nix, install the printer as a Raw printer, not a Zebra one.
If you are on a Linux or MacOSX machine using CUPS, you may need to set up a
printer queue using the admin panel at http://localhost:631
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zebra-0.0.3a.tar.gz
(3.5 kB
view details)
File details
Details for the file zebra-0.0.3a.tar.gz.
File metadata
- Download URL: zebra-0.0.3a.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
874c2e30d74beae5ef97872ba1be44f238e37a083422657549422aed930107af
|
|
| MD5 |
f2ade20fac4b13d46e065254130f6aeb
|
|
| BLAKE2b-256 |
b6faa8cb675b204553cacba473a644b3fd36556d861a7eaff1ca4f7366d3e53f
|