Printing a file to a printer in Ruby

前端 未结 4 682
清酒与你
清酒与你 2020-12-16 06:29

I need help with sending a formatted text to a printer using Ruby on Ruby on Rails OR sending a pdf file to a printer from Ruby program. I can write the code to create a pdf

4条回答
  •  粉色の甜心
    2020-12-16 07:24

    I'm not sure if there is a way to print something on default printer from web. In my bank when I want to get payment confirmation they give me pdf and I have to print it manualy. I think it is good solution. Just add some information about it.

提交回复
热议问题