使用 Abc PDF 在设置页面上打印标题
我已经使用 Abc PDF 从 HTML 页面创建了 pdf,现在我的问题是我想在下一页上打印表格标题,但前提是表格数据显示在另一页中,如果不在不同页面上显示标题,任何人都有想法关于我们如何使用 Abc pdf 来做到这一点。
I have created pdf from HTML page using Abc PDF now my problem is I want to print a table header on next page, but only if table data is display within a another page, if not display header on a different page, any one have idea about how we can do this using Abc pdf.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要做的是创建顶部有一些空间的页面,然后在 abc PDF 中构建文档后循环遍历页面并添加标题。
下面的代码是我用来添加标题的代码,在这种情况下,标题的顶部有三位图像,还有两个带有文本的框。
记住 abc pdf 中的线是从右下角开始的,而不是从左上角开始的。
然后,一旦创建了 pdf 文件,只需调用
What you need to do is create the page with some space at the top, then once your document is built in abc PDF loop though the pages and add a header.
The code below is what I use to add a header, the header in this case has three bits a image at the top and two boxes with text in.
Remember the cord in abc pdf are from the bottom right not the top left.
Then once the pdf file is created just call