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.
我正在使用 WKHTMLTOPDF 为客户 pdf 搜索引擎优化报告。但是,我无法阻止每一页的内容溢出到下一页。所以单词的一半显示在第 1 页,其余的显示在第 2 页的顶部。
我曾尝试使用 CSS 分页符,但似乎没有任何影响。有任何想法吗?
将这些规则添加到您的样式表中:
div.alwaysbreak { page-break-before: always; } div.nobreak:before { clear:both; } div.nobreak{ page-break-inside: avoid; /* http://code.google.com/p/wkhtmltopdf/issues/detail?id=9#c21 */ }
然后用<div class="nobreak">. 这甚至适用于表格行。
<div class="nobreak">