support P6 RAWBITS PPM with simple trashold on red
[Printer-Zebra.git] / README
1 Zebra label printer ZPL interpreter and rasterizator
2
3
4 Convert pbm image file to ZPL:
5
6         pbm2ZPL.pl print.pnm > print.zpl
7
8 Convert ZPL back into pbm image:
9
10         ZPL2pbm.pl dump.zpl > dump.pbm
11
12
13
14 This is my attempt to document various quirks using Zebra printers:
15
16
17 Windows printer driver doesn't seem to support ZPL when shared over CIFS.
18
19 There is option to check pass-through, but then you have to wrap ZPL in
20 start/end markers which cups printer driver doesn't do.
21
22 Easier solution is to install port as Generic/Text printer under Windows
23 and share printer using lpd which is available in Windows XP and newer.
24
25