I have few problems visualizing footer_pdf.
Here is my rendering method:
def invoice render pdf: "#{@order.number}.pdf", footer: { html: { template: "admin/orders/invoice_footer.html" } }, margin: { bottom: 25 } end
PDF rendering works fine, but there is no footer template. I tried different fields in evil settings, but without success.
PaΔΎo DelinΔΓ‘k
source share