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.
在 xsl/fop 中,如何让一个块完全占据整个页面?
有没有像身高= 100%这样的东西?
我希望我的 pdf 的第一页包含一个带有动态摘要的块,该块只能是几行,所以我不希望其余的 pdf 块出现在第一页上。
您只需要在相关块之后插入一个分页符:
<fo:block break-after='page'/>