Hello, Where can I find the web code for the label printers in the SDK and can I use the code to connect to all the 1700 printers we have at the company? Thank you Rad
How do Web Label Printers connect with code |
How do Web Label Printers connect with codeHello, Where can I find the web code for the label printers in the SDK and can I use the code to connect to all the 1700 printers we have at the company? Thank you Rad |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
1 Replies
Hi Rad,
For large printer installations like yours, we recommend connecting the printers to the network and managing print from your web server. There are two different methods to do this. If you are now or plan to in the future run the webserver from a cloud or hybrid cloud instance, you will want to use the WebServices library in the SDK. This will allow you to connect the printers using websockets. If the web app is internal only on your intranet, you can use the standard Java or .NET SDKs to make TCP connections to the printers. Let us know if you want further direction,
- Robin