What Is The Minimum Version I Need
Hi all,
I've got a simple app that takes an existing format file, opens it, fills in a couple field values, prints it, and then closes it. I think I can use "Print-Only Automation Edition" but want to be sure before I order. Please let me know what the minimum version I can use to accomplish my task would be.
Thanks in advance and below is some code to let you know the extent of what I'm trying to do...
drb
BarTender.Application pBTApp;
...
BarTender.Format.pFmt;
pFmt = pBTApp.Formats.Open("Test.btw", true, "");
pFmt.SetNamedSubStringValue("SerialNumber", mySN);
pFmt.Printer = myPrinter;
pFmt.PrintOut(true, false);
pFmt.Close(BarTender.BtSaveOptions.btDoNotSaveChanges);
I've got a simple app that takes an existing format file, opens it, fills in a couple field values, prints it, and then closes it. I think I can use "Print-Only Automation Edition" but want to be sure before I order. Please let me know what the minimum version I can use to accomplish my task would be.
Thanks in advance and below is some code to let you know the extent of what I'm trying to do...
drb
BarTender.Application pBTApp;
...
BarTender.Format.pFmt;
pFmt = pBTApp.Formats.Open("Test.btw", true, "");
pFmt.SetNamedSubStringValue("SerialNumber", mySN);
pFmt.Printer = myPrinter;
pFmt.PrintOut(true, false);
pFmt.Close(BarTender.BtSaveOptions.btDoNotSaveChanges);
0
-
Yes the Print-Only Automation can be used with such an application. Please note however that you also need to get a full edition of BarTender to create and save your BarTender labels in the first place. A Print-Only license is not able to use label designs created in the Trial edition. The label will need to have been made with the same FULL edition or higher. 0 -
Thank you. Consider the topic answered and closed.
0
Please sign in to leave a comment.
Comments
2 comments