gpt4 book ai didi

ruby-on-rails - 如何创建应用布局的 pdf 文件。使用 pdfkit gem

转载 作者:数据小太阳 更新时间:2023-10-29 07:38:04 24 4
gpt4 key购买 nike

require 'pdfkit'
html = render_to_string(:layout => 'layouts/test_layout' , :action => print_form.html.erb")
kit = PDFKit.new(html)
send_data(kit.to_pdf, :filename => "Form.pdf", :type => 'application/pdf')

以上代码生成未指定布局的 PDF 文件。如何创建应用布局的 PDF 文件。

layouts/test_layout ->   test.css, test.js

我的 test_layout 包含一些 JavaScript 和 CSS 文件。

请建议我,我想打印具有指定布局的 PDF 格式的表单。

最佳答案

如果没有看到您的 render_to_string 方法,我们无法判断哪里出了问题。这是生成带有布局的 pdf 的示例代码:https://github.com/pdfkit/pdfkit#usage

关于ruby-on-rails - 如何创建应用布局的 pdf 文件。使用 pdfkit gem ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16536673/

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