gpt4 book ai didi

ruby - Prawn 模板不起作用

转载 作者:数据小太阳 更新时间:2023-10-29 08:41:17 28 4
gpt4 key购买 nike

我正在尝试这个简单的脚本:

require 'prawn'

template_file_name = File.join(File.dirname(__FILE__), 'template.pdf')
pdf_file = Prawn::Document.new(:template => template_file_name)
pdf_file.text('Hello World')
pdf_file.render_file('output.pdf')

在与脚本相同的目录中有一个 template.pdf 文件,但 output.pdf 仅随 Hello Wordl 一起提供

还有什么需要注意的吗?

谢谢

最佳答案

模板仅在 prawn 0.10.1 中引入正如丹尼尔尼尔森所说 here .

关于ruby - Prawn 模板不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4792954/

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