wicked_pdf頁腳渲染沒有問題。wicked_pdf頁腳不能正常工作
這裏是我的渲染方法:
def invoice
render pdf: "#{@order.number}.pdf",
footer: { html: { template: "admin/orders/invoice_footer.html" } },
margin: { bottom: 25 }
end
PDF渲染的作品不錯,但沒有頁腳模板。我在惡劣的環境中嘗試了不同的利潤,但沒有成功。
謝謝!我在OS X上,所以我這樣做 - 安裝了[this wkhtmltopdf](http://code.google.com/p/wkhtmltopdf/downloads/detail?name=wkhtmltopdf.dmg&can=2&q=),並在' cd/usr/local/bin && ln -s /Applications/wkhtmltopdf.app/Contents/MacOS/wkhtmltopdf wkhtmltopdf'。 –
@PaľoDelinčák是否適合你? –