Printing in Ruby on Rails

1

I have the following problem, I need to print the data that is generated by my Ruby on Rails application, but this impression must be made directly on the USB / Serial port of the client.

The printer used will be a Zebra .

I've tried using qz print , however, browsers are no longer supporting Java.

Is there a solution to my problem?

    
asked by anonymous 12.08.2016 / 16:17

1 answer

0

Unfortunately, you can not do this using any server side application, unless you develop a client that locally runs on the user's machine and receives this information through a connection to your server.     

12.08.2016 / 20:17