Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了一种情况,我必须在生成的 PDF 打印件中使用页脚和页眉。CSS 解决方案仅适用于第一页。我发现的唯一信息是 WKPDF 根本不支持它,但这可以追溯到 2009 年,因此可能有所改变。
有没有人成功地做到了?
谢谢你。
Wkhtmltopdf 甚至支持非常复杂的页眉和页脚。
wkhtmltopdf.exe -T 50mm --header-html www.google.com www.stackoverflow.com test.pdf && test.pdf
该命令使用 www.google.com 上的页面作为每个页面的 www.stackoverflow.com 的 50 毫米标题。
注意:如果您为页眉/页脚使用自定义页面,则需要<!DOCTYPE HTML>在页眉/页脚 HTML 的开头添加!
<!DOCTYPE HTML>