M
Miticologo
I have a problem printing labels with a Zebra TLP2844.
In VS2005 C# I wrote these few lines using "Waterfurnace.ZebraPrint" library
zPrint.StartWrite(System.Configuration.ConfigurationManager.AppSettings["PrinterPath"]);
zPrint.Write("N");
zPrint.Write("A220,300,0,4,1,1,N,\"TEST\"");
zPrint.Write("B220,120,0,E30,3,20,100,B,\"" + strBarcode + "\"");
zPrint.Write("P1");
zPrint.EndWrite();
It works quite well, the problem is that before and after the label, it
prints a blank label (the sequence is "blank label"-"correct label"-"blank
label").
Where is the error?
Thank you in advance
Daniele
In VS2005 C# I wrote these few lines using "Waterfurnace.ZebraPrint" library
zPrint.StartWrite(System.Configuration.ConfigurationManager.AppSettings["PrinterPath"]);
zPrint.Write("N");
zPrint.Write("A220,300,0,4,1,1,N,\"TEST\"");
zPrint.Write("B220,120,0,E30,3,20,100,B,\"" + strBarcode + "\"");
zPrint.Write("P1");
zPrint.EndWrite();
It works quite well, the problem is that before and after the label, it
prints a blank label (the sequence is "blank label"-"correct label"-"blank
label").
Where is the error?
Thank you in advance
Daniele