oetijr02 posted this 15 January 2015
$label.each(function () {
with (MeadCo.ScriptX.Printing)
{
copies = qty;
paperSize = "A6 (105 x 148 mm)";
}
MeadCo.ScriptX.Printing.SetPrintScale(100);
MeadCo.ScriptX.Printing.PrintHTMLEx(path, false, jobProgress, count);
});
After playing around with the printer settings, I found that increasing the paper size in my printer properties does the trick,. When I am using the demo and I have my Zebra printer set to the default printer I'm getting the error
"Sorry, an error occured updating settings [paper size]: the parameter is not supported by the printer" I'm guessing this is the issue?
I am able to change the paper size dimension under printer properties so I'm a little confused as to why I can't change it.
Thanks.