wkhtmltopdf footer-html encoding utf-8

后端 未结 2 540
悲哀的现实
悲哀的现实 2021-02-05 01:20

wkhtmltopdf --encoding utf-8 is not working for --footer-html.

I am using the following command. Both HTML files are also in utf8 format.

wkhtmltopdf  --         


        
2条回答
  •  南旧
    南旧 (楼主)
    2021-02-05 02:00

    Try adding the following line in the HTML head element of the footer:

    
    

提交回复
热议问题