Dymo Label Printer doesn't work anymore for me in c#

37 Views Asked by At

i hope someone can help me out.

i was using dymo.label from nuget but i changed it to the dymoSDK but it doenst work anymore. I got an application programed with c# with windows forms

the old code was

                DymoAddIn.Open("c:\\reffile\\files\\output\\artikel.label");
                DymoLabels.SetField("pieces", "store:  " + some + "  " + some2);
                DymoAddIn.StartPrintJob();
                DymoAddIn.Print2(1, false, 2);
                DymoAddIn.EndPrintJob();

can someone help me out with this problem? how to start printing ? how to change my label?

i'm using

using DymoSDK.Implementations;
using DymoSDK.Interfaces;
0

There are 0 best solutions below