作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
wkhtmltopdf --encoding utf-8 不适用于 --footer-html。
我正在使用以下命令。这两个 HTML 文件也是 utf8 格式。
wkhtmltopdf --dpi 120 -O Portrait --encoding 'utf-8' --footer-html /tmp/testFooter.html /tmp/testMain.html /tmp/testPDF.pdf
这两个文件都有法语字符。但在 pdf 页脚有坏字符。
<html>
<head>
<title></title>
</head>
<body>
<div style="width:95%;font-size:9pt;font-family:Arial;">
<div style="border-top: 1px solid black;width: 100%;text-align: center;">
test - Guérin 691BANNE - FRANCE - SA au capital 0 Euros -737 729 - Téléphone : 86 03</div></div>
</body>
</html>
输出如下图
最佳答案
尝试在页脚的 HTML head 元素中添加以下行:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
关于pdf - wkhtmltopdf 页脚-html 编码 utf-8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21455779/
我是一名优秀的程序员,十分优秀!