Is there a way to send ZPL (Zebra Programming Language) to a printer in .NET?
I have the code to do this in Delphi, but it is not pretty and I would rather not try to recreate it in .NET as it is.
|
Is there a way to send ZPL (Zebra Programming Language) to a printer in .NET? I have the code to do this in Delphi, but it is not pretty and I would rather not try to recreate it in .NET as it is.
| ||||
|
feedback
|
|
Take a look at this thread: Print ZPL codes to ZEBRA printer using PrintDocument class. Specifically the OP pick this function from the answers to the thread:
| ||||
|
feedback
|
|
Figured since this is still showing up high in search results for C# and ZPL I should mention SharpZebra. It's only EPL2, but I've submitted an update that adds ZPL support along with printing via sockets, the Windows Spool Service and direct USB. | ||||
|
feedback
|
|
I've managed a project that does this with sockets for years. Zebra's typically use port 6101. I'll look through the code and post what I can.
| |||||||
feedback
|
|
VB Version (using port 9100 - tested on Zebra ZM400)
| ||||
|
feedback
|