Hi,
to your problem with printing to zebra.
Problem is that you don't have priner drivers. But natively supports ZPL language.
is text oriented language and there you can describe paper size, orientation, define barcodes,
strings, send graphics in PCX or TIFF. The language is pretty powerfull. There is also possibility
to beahave like windows drivers for theese printers, they are converting whole layout to bitmap,
sends firstly only text info about label, inits bitmap at position eg 1,1 and sends binary data, after
that sends command for end picture and page.


Hope this help, if you cannot find any ZPL specification write me, I can support you with one

David Makovsky

Daniel Morgan wrote:

I don't know of any...

Are you interested in a cross-platform solution that works on Windows,
Linux, Mac OS X, etc...?

GnomePrint# works on Linux (from what I hear); however, it does not work on
Windows.

I can't remember if it does, but GnomePrint# maybe included in gtk#.

Unless you p/invoke into the gdi print stuff yourself on Windows.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sergio Duran
Sent: Wednesday, December 01, 2004 2:14 PM
To: [EMAIL PROTECTED]
Subject: [Mono-list] Zebra printers on mono


I'm working on a project that will involve printing some tickets with bar codes, using some Z4M Zebra printers, I would like to know if any of you have previously worked with those kind of printers, and if there is a net solution already implemented, if not.. I would like to know a way to get the job done.

Thanks.
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list




_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to