使用 cfdocument 时仅将页脚添加到最后一页
我正在使用 cfdocument 创建一个多页文档(使用动态文本创建,因此可以有任意数量的页面,甚至一页)。
我可以使用
向每个页面添加页脚,但是有什么方法可以只向文档的最后一页添加页脚吗?
谢谢。
I'm creating a multipage document using cfdocument
(created using dynamic text so could have any number of pages even one).
I can use <cfdocumentitem type="footer">
to add a footer to every page, but is there any way I can only add a footer to just the last page of the document?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需添加 evalAtPrint 属性即可。然后您可以使用页码变量有条件地设置页脚。
Just add the evalAtPrint attribute. Then you can use the page number variables to conditionally set the footer.