Hi,
What is the best, easy and fast way to directly print labels using Web Application?
Technologies : Angular, Java Spring Boot
Users: Mobile and Desktop browser
Send print command directly to the Printer// Expert user has replied.Hi, What is the best, easy and fast way to directly print labels using Web Application? Technologies : Angular, Java Spring Boot Users: Mobile and Desktop browser |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
3 Replies
The cloud-based SendFileToPrinter API is the simplest way for web apps. See this article for more detail: Use the SendFileToPrinter API for Your Cloud-Based Printing Needs.
Thanks Steven. I'm following this tutorial and Browser print tutorial. Can't we directly access the printer without any software adaptor installation?
If you know the ip address of the printer, you can do a POST print, which doesn't require any software installation. See HTTP Post Printing Sample.