使用 AbcPdf 截断的表
我正在使用 AbcPdf 库将 aspx 页面转换为 pdf 对象。我已经实现了我的目标,但我有一个问题。 aspx页面中的数据是一组表,它们是动态的,我的意思是,它可以是2个表,也可以是30个表或其他什么。我已经实现了,当表的数量大于一页时,库会创建所需的页面,但问题是它会截断表。
问题: AbcPdf 库中是否有任何方法可以在表或对象的数量大于一页时不截断表或对象?
I'm using the AbcPdf library to transform an aspx page to a pdf object. I have achieved my goal, but I have a problem. The data in the aspx page is a set of Tables, and they are dynamic, I mean, it can be 2 tables, or 30 or whatever. I have achieved that when the number of tables is bigger than one page, the library creates the required pages, but the problem is that it truncates the table.
Question: Is there any way in the AbcPdf library to not truncate tables or objects when the number of them is bigger than one page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是效果很好的示例代码:
http://www .websupergoo.com/helppdf7net/source/4-examples/13-pagedhtml.htm
Here is the sample code that works great:
http://www.websupergoo.com/helppdf7net/source/4-examples/13-pagedhtml.htm