Browser Print problem with multiple labels

// Expert user has replied.
V Vedsatx Saddvv 2 years 10 months ago
102 1 0

Hi please help
I'm having problems with Browser Printer when printing a lot of labels
This Zebra code allows me to print a label
function sendFile(fileUrl) {
url = window.location.href.substring(0, window.location.href.lastIndexOf("/"));
url = url + "/" + fileUrl;
selected_device.sendFile(url, undefined, errorCallback)
}
When I print 5 or 6 labels this works perfect. But when I send a lot of labels, for example about 200 it only prints 50 or 57 or 70 max, remember that all labels are different. I've already made sure the files exist. The problem is that it skips some
This is the code I use to send the 200 labels or more, all labels diferents
string AIMPRIMIR = "";
for (int VECES = 1; VECES

Please register or login to post a reply

1 Replies

S Steven Si

I've just tried to print 200 labels consecutively with selected_device.send() and had no issues.

function writeToSelectedPrinterMultiple(dataToWrite)
{
for (var i = 0; i

CONTACT
Can’t find what you’re looking for?