我对 wicked_pdf 页脚渲染没什么问题。
这是我的渲染方法:
def invoice
render pdf: "#{@order.number}.pdf",
footer: { html: { template: "admin/orders/invoice_footer.html" } },
margin: { bottom: 25 }
end
PDF 渲染工作正常,但没有页脚模板。我在邪恶的环境中尝试了不同的边距,但没有成功。