From: Dobrica Pavlinusic Date: Tue, 7 Feb 2012 12:57:56 +0000 (+0100) Subject: added project description X-Git-Url: http://git.rot13.org/?p=Printer-Zebra.git;a=commitdiff_plain;h=e0c7b531f305182cb4b8a79ceaf793572f1b48f0;hp=974345e63fe26686eaacdcafd4af73564c6fda73 added project description --- diff --git a/README b/README new file mode 100644 index 0000000..4c1cdd2 --- /dev/null +++ b/README @@ -0,0 +1,25 @@ +Zebra label printer ZPL interpreter and rasterizator + + +Convert pbm image file to ZPL: + + pbm2ZPL.pl print.pnm > print.zpl + +Convert ZPL back into pbm image: + + ZPL2pbm.pl dump.zpl > dump.pbm + + + +This is my attempt to document various quirks using Zebra printers: + + +Windows printer driver doesn't seem to support ZPL when shared over CIFS. + +There is option to check pass-through, but then you have to wrap ZPL in +start/end markers which cups printer driver doesn't do. + +Easier solution is to install port as Generic/Text printer under Windows +and share printer using lpd which is available in Windows XP and newer. + +