如何在 Ruby/Prawn 中为大表设置不同的页眉/页脚?
我想用 ruby 和 prawn(0.8.4) gem 生成一个 pdf。 pdf 的第一页应具有与后续页面不同的页眉/页脚。数据将显示在表格中,但该表格显示在多个页面上。
示例:
- 第一页的页眉高度应为 60.mm
- 表格从第一页开始,
- 第二页页眉下方应有高度为 30.mm 的页眉 表格
- 在第二页继续,低于第二页较小的标题
你看到我的问题了吗?
I wanna generate a pdf with ruby and the prawn(0.8.4) gem. the first page of the pdf should have a different header/footer than the following pages. The data will be shown in a table, but the table is shown on multiple pages.
Example:
- first page should have an header height of 60.mm
- the table starts at the first page, below the header
- on the second page there should be a header with a height of 30.mm
- the table continues on the second page, below the smaller header
do you see my problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决了。
solved.