How to do page numbering in header/footer htmls with wkhtmltopdf?

后端 未结 7 807
粉色の甜心
粉色の甜心 2020-12-07 12:37

I\'m developing an electronic invoicing system, and one of our features is generating PDFs of the invoices, and mailing them. We have multiple templates for invoices, and wi

7条回答
  •  Happy的楠姐
    2020-12-07 13:04

    Safe approach, even if you are using XHTML (for example, with thymeleaf). The only difference with other's solution is the use of // tags.

    
    
    
        
        
    
    
        
    Page of

    Last note: if using thymeleaf, replace

提交回复
热议问题