gpt4 book ai didi

html - 使用 htmldoc 从 html 到 pdf 的错误转换

转载 作者:行者123 更新时间:2023-11-28 02:10:02 29 4
gpt4 key购买 nike

我正在尝试使用 htmldoc 将 HTML 转换为 PDF,但即使是基本的 HTML 也无法正确转换,我有以下 HTML:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>pdf test</title>
</head>

<body>
<table border="1">
<tr>
<td width="50%">
a
</td>
<td>
<p>
some address
</p>
<p>
some other text
</p>
</td>
</tr>
<tr>
<td>
test<br>
test2<br>
asdfasdf<br>
qwerqwer<br>
fasdfasdf
</td>
<td>
bla
</td>
</tr>
</table>
</body>

</html>

但它呈现如下:test.pdf使用这个命令:

htmldoc --webpage --color --charset utf-8 -t pdf14 --size a4 test.html -f test.pdf

它是 HTMLDOC 版本 1.9svn,我尝试更改字符集,添加 thead、tbody 等但没有任何帮助..你知道问题出在哪里吗?

它也不接受那些段落中的 style="padding: 10px"

最佳答案

命令:

htmldoc --size universal --webpage -t pdf --firstpage p1 -f test.pdf test.html

为我很好地呈现页面。从最初的问题中不清楚您输入的 utf-8 颜色和 pdf 类型的选项是否实际上是您的结果所需要的,或者实际上是不正确渲染的原因。

关于html - 使用 htmldoc 从 html 到 pdf 的错误转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8908018/

29 4 0
文章推荐: javascript - 元素 outerHeight + px
文章推荐: jquery - 如何使用 jquery 设置
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com