Mercurial > hg > zebra
comparison README @ 0:5bd9ee5c0cae
Initial version
author | Ben Croston <ben@fuzzyduckbrewery.co.uk> |
---|---|
date | Fri, 12 Aug 2011 21:40:12 +0100 |
parents | |
children | 21c3229ed401 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5bd9ee5c0cae |
---|---|
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 |