gpt4 book ai didi

html - 如何使用 gem htmltoword 在 Rails 中放置页眉和页脚?

转载 作者:太空宇宙 更新时间:2023-11-03 16:43:25 26 4
gpt4 key购买 nike

我已经阅读了 gem 的文档,但没有看到要放置页眉或页脚。

这是我的第一个代码:

format.docx {
render docx: "path_to/file.docx",
filename: "name_file-#{Time.now.strftime('%d-%m-%Y')}"
}

还有我的“path_to/file.docx.haml”:

%html
%head
%body
%header
[..]
%content
%table[..]
%h1 [..]
%p [..]
%footer
%p
%ul
%li
[..]

我的其他代码是:

format.docx {
render docx: "path_to/file.docx",
filename: "Proforma-#{Time.now.strftime('%d-%m-%Y')}",
header: {
:content => render_to_string({ template: 'path_to/header' })
},
footer: {
:content => render_to_string({ template: 'path_to/footer' })
}
}

而我的“path_to/file.docx.haml”只有%content标签。

然后我有其他模板:"path_to/header.haml""path_to/footer.haml"

但没有一个适合我。如何正确生成带有页眉和页脚的单词?

最佳答案

此 gem 当前不支持此功能(页眉和页脚均不支持)。查看此线程 here

关于html - 如何使用 gem htmltoword 在 Rails 中放置页眉和页脚?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39565746/

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