rkone / sharpzebra

A .net library that simplifies printing to Zebra printers in their native EPL2/ZPL languages without needing to know EPL2 or ZPL.
MIT License
89 stars 34 forks source link

Printing with a shared Zebra printing #18

Closed BryanJ-97 closed 3 years ago

BryanJ-97 commented 3 years ago

Hey body, I'm using your library and I have a little issue about it. I'm trying to print with a shared printer Zebra but I don't know which type of connection should I have to use or can you help me with any tutorial or example using these library? it''ll be great!!

rkone commented 3 years ago

If it's not a network printer, it will need to be installed on the local machine (you can install a remotely shared printer though). Then the tutorial on the wiki link prints to an installed printer: https://github.com/rkone/sharpzebra/wiki

BryanJ-97 commented 3 years ago

Thanks a lot for your help.....