Hi, I'm having a problem with Zebra Browser print. When sending prints, it does not maintain the same ordering that comes from our portal, with each new print, for example, of 5 labels from the same package, it changes the order of the labels, as it is an exam, this causes a big problem. print sequence
Zebra Browser Print - print sequence// Expert user has replied. |
3 Replies
When using the JavaScript API of the Browser Print to print in a web application, the application sends a HTTPS request to the mini Webserver on the host device, where the request is processed and then forwarded to the printer that is connected to the host device via TCP, USB or Bluetooth. The mini Webserver processes the request based on the order they are received. To print the labels in order, we need to make sure to give sufficient delay between the requests sent to the Webserver.
Thank you for your answer and all your support, is it possible to make some configuration in zebra browser print to get a better result respecting the sequence?
No, there are no settings in the Browser Print that configure or control the print sequence and timing, which should fall into the responsibility of the application.