【发布时间】:2014-12-22 13:18:46
【问题描述】:
我在 rml 模板上定义了特定的图形,如下所示:
<pageTemplate id="first">
<frame id="first" x1="15.0" y1="42.0" width="539" height="758"/>
<pageGraphics>
... graphics defined here ...
</pageGraphics>
然后我添加story标签:
<story>
<condPageBreak height="40cm"/>
</story>
然后我得到两页,但第二页的图形与第一页相同。但我需要第二页只是一个空白页,没有任何图形。我怎么能这样做?
简而言之,我需要模板是两页 - 第一个定义了图形,第二个简单的空白页。 问题是,如果我访问更多页面,它只会复制所有内容(我想这是标准行为)。
【问题讨论】: