I have an RoR website from which I need to take print of labels. The printer that I have is GT820. I need to know if I can send print from my browser to the printer directly or not ! In the current scenario I have generated the barcode but I need that to print.
Can I give print from my web browser/web application built on ROR to Zebra GT820// Expert user has replied. |
1 Replies
Hi Shriti,
There are a few blog posts published reviewing the options for web printing:
Printing from Websites part 1
Printing from Websites part 2
Printing from Websites part 3
Http POST printing and CORS
You also have the option of integrating Browser Print. The advantage over Browser Print over the other methods is that Browser Print allows bidirectional communication with the printer.