Tag: sdk

How can I automate NiceLabel from a scripting language like VBScript or Python?

You can find two examples of automating NiceLabel from a scripting language. The first one is in VBScript and the other one in Python. Both samples do the same thing: run NiceLabel, open label file, iterate through a list of

Posted in NiceLabel, SDK Tagged with: , , , , ,

How can I programmatically get a preview of a label from NiceLabel?

Getting a preview of a label from NiceLabel is quite easy. All you have to do is call GetLabelPreviewEx method of the INiceLabel interface. GetLabelPreviewEx has 6 parameters: file name: full path to the file where NiceLabel will generate image

Posted in NiceLabel, SDK Tagged with: , , , ,

How can I programmatically get a list of variables from NiceLabel?

The following piece of code shows how you can programmatically get a list of variables from a label (.lbl) file. For this sample to work you will have to add reference to “niceengine5wr.dll” that is usually installed in the “c:\Program

Posted in NiceLabel, SDK Tagged with: , , , ,