Dears,
We have an RFID Printer ZT41142-T0EOOC0Z, which we are using via IP address.
Our application uses C# code to Print RFID Labels from the Server Side To define an IP Printer in the same area network, now we need to access it as the client side by Using JavaScript code.
I there any chance to achieve that?
Thank you.
Shabin
4 Replies
There are two options for printing from a webapp, the Browser Print and the SendFileToPrinter API. The Browser Print supports network, USB or Bluetooth connected printers. The SendFileToPrinter API supports cloud connected printers.
Hello,
We using Zebra ZD610 and ZT411R RFID printer. We having WEB Base application. We unable to print the RFID encoding label.
Our WEB base application using JAVA Script and React framework. We checked couple of library unable to find the solution.
Please advice.
BORN
How to print RFID encloded label using JAVA script or other solution
In terms of printing, there is no difference between printing RFID labels vs printing regular labels. As mentioned early, you can use either the Browser Print or the SendFileToPrinter API to achieve the RFID label printing. For RFID label printing, you only need to add the RFID related ZPL commands in the label's ZPL file. See the RFID Programming Guide 3 for the details of RFID ZPL commands.