0
|
1 ============
|
|
2 Zebra-0.0.1a
|
|
3 ============
|
|
4
|
|
5 Note:
|
|
6
|
|
7 - Windows support is not yet available but is currently being developed.
|
|
8 - Mac OSX may be supported but has not yet been tested.
|
|
9
|
|
10 Usage:
|
|
11
|
|
12 ::
|
|
13
|
|
14 z = zebra( [printerqueue] )
|
|
15 - Constructor with optional printerqueue
|
|
16
|
|
17 z.getqueues()
|
|
18 - Return a list containing a list of printer queues
|
|
19
|
|
20 z.setqueue( printerqueue )
|
|
21 - Set the printer queue
|
|
22
|
|
23 z.setup(self, direct_transfer=None, label_height=None, label_width=None)
|
|
24 - Set up the printer
|
|
25
|
|
26 z.store_graphic(self, name, filename)
|
|
27 - Store a graphics .PCX file on printer
|
|
28
|
|
29 z.output(commands)
|
|
30 - Output EPL2 commands to the printer
|
|
31
|