c# - Zebra Label Printing using windows Application giving Error -


i have downloaded windows sample application zebra technologies print labels using sdk.

when try run detects print installed gives me following error

enter image description here

please guide me should resolve error

i needed print labels delivered ups web service (in zpl format), , solved using library: sharpzebra

i handle label layout string , print following code:

// initialize printer windows printer name var printer = new zebraprinter("zdesigner gx420d"); printer.print(labeldata); 

it has worked more year in production now.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -