wicked_pdf标题不在Windows上工作,但页脚没有

时间:2015-05-16 06:08:06

标签: wkhtmltopdf wicked-pdf

headerfooter在我的MacLinux上呈现正常,但在windows header上使用相同的代码库时不会在pdf上呈现。

我想知道可能是什么原因。以及如何调试此问题。 header正好消失了。

如果我为页脚交换页眉,则页脚中会显示相同的内容。

这是渲染代码的外观 -

render pdf: "#{@report.patient.name} - #{@report.created_at.strftime("%d %b %y")}",
       show_as_html: params[:debug].present?,
       page_size: 'A4',
       layout: 'pdf.html.haml',
       margin: { bottom: 20, top: 65 },
       header: { spacing: 63, html: { template: 'shared/pdf/header.pdf.haml', layout: 'layouts/header.pdf.haml' } },
       footer: { html: { template: 'shared/pdf/footer.pdf.haml', layout: 'layouts/footer.pdf.haml' } }

1 个答案:

答案 0 :(得分:0)

当前版本的wkhtmltopdf存在此问题。安装旧版本from here解决了这个问题。