gpt4 book ai didi

php - 使用 html2pdf 时如何摆脱 css 中的左边距和顶部边距

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:56:58 29 4
gpt4 key购买 nike

我正在使用 html2pdf,我想使用 css 去除顶部和左侧的边距,但我做不到。在输出缓冲余量已设置为 0 之前,它适用于 html,但是当我使用 html2pdf 将其转换为 pdf 时上边距和左边距再次出现。

这是我当前的 CSS。

body {
margin: 0;
padding: 0;
}

#box {
margin: 0;
padding: 0;
width: 803px;
height: 1400px;
border: 1px solid #000;
}

请帮忙。

最佳答案

我怀疑边距是由 html2pdf 生成的,而不是来自 html/css。您是否尝试过在 html2pdf-constructor 中设置页边距? ?
例如。以 array(0, 0, 0, 0) 作为最后一个参数:

$html2pdf = new HTML2PDF('P', 'A4', 'en', true, 'UTF-8', array(0, 0, 0, 0));

关于php - 使用 html2pdf 时如何摆脱 css 中的左边距和顶部边距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8769474/

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