Possible Duplicate:
Print preview ZPL II commands using .NET WinForm before sending it to Zebra printer
I start developing an utility on .NET 4.0 for Zebra Printer 105SL. Maybe someone know these devices.
I have some questions:
I've just started learning ZPL code. Does it exist some utility for rendering Zebra printer code (ZPL)? For example input is ZPL code and output is some label image.
Does it exist a library for rendering ZPL code? Input is ZPL code output is some image.
Now I can print on Zebra printer only if Zebra printer is installed localy on computer. So next step is to know only IP adresses of Zebra printer. Zebra printer will not be installed on computer on which the user will use my utility. I need to find a way to send data (print) to Zebra printer by IP adress.
Maybe I have many stupid questions but thanks for everybody who will help me.
This isn't exactly the same question, but this answer seems to be what you want?