gpt4 book ai didi

pdf - wkhtmltopdf 页脚-html 编码 utf-8

转载 作者:行者123 更新时间:2023-12-01 19:22:21 25 4
gpt4 key购买 nike

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>

输出如下图 enter image description here

最佳答案

尝试在页脚的 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com