gpt4 book ai didi

ruby-on-rails - 打印 Prawn 生成的pdf

转载 作者:行者123 更新时间:2023-12-04 05:53:42 27 4
gpt4 key购买 nike

将 prawn gem 用于 ruby​​-on-rails 网页,是否可以将打印请求发送到打印机设备以打印我使用 prawn 生成的 pdf 页面?

最佳答案

看起来您想使用 prawn-print .

# Open print dialog, but don't autoprint.
pdf = Prawn::Document.new
pdf.text "I installed Adobe Reader and all I got was this lousy printout."
pdf.print

# Autoprint it on the default printer, when opened.
pdf = Prawn::Document.new
pdf.text "Help! I am trapped in a PDF factory!"
pdf.autoprint

# Autoprint it on a printer where the name includes "LaserJet".
pdf = Prawn::Document.new
pdf.text "Help! I am trapped in a PDF factory!"
pdf.autoprint "LaserJet"

关于ruby-on-rails - 打印 Prawn 生成的pdf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9770388/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com