Load Label (*.lbl) and print it with C#

L Lior Malik 2 years 11 months ago
128 1 0

hello,
 
I've looked all over the web but without actual findings...
How can I load a label file (*.lbl) and print is with Zebra printer (GX430t) in C#?
Thanks, Lior

Please register or login to post a reply

1 Replies

V Vedsatx Saddvv

Hi Lior,
I'm sorry we didn't see your post.  I hope you figured it out, but for anyone else who may have the same question:
The .lbl file that comes from ZebraDesigner or NiceLabel's label design software does not get loaded onto the printer directly.  You have to export it to the printer using the design software's export functionality.  If you want to push the label to printers using your C# app, I recommend setting up a ZebraDesigner driver as a "Print to File" driver.  that way you can use the design tool to export the printer specific format (in ZPL or CPCL) to a file that you can easily read from C# or copy it directly into your code as a string.
Hope this helps

CONTACT
Can’t find what you’re looking for?