ant*_*per 1 html css margins footer wkhtmltopdf
我正在使用 wkhtmltopdf 生成一个报告,这个报告包含长度可变的文本,因此我并不总是可以强制分页,有时 wkhtmltopdf 必须为我做。
我试图找出是否有任何方法可以在 wkthtmltopdf (--footer-left foo --footter-right [page]) 引入的页脚和页面正文之间强制留出边距。
我已经尝试过使用 CSS margin-bottom 但它不起作用,因为它应用于 html 的末尾而不是分页。
而且我也尝试过 wkhtmltopdf 边距底部“-B 10mm”但它不起作用,因为它也应用于页脚。
请问有什么线索吗?
提前致谢。