Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个跨越我的 PDF 多页的表格。我希望表格的列标题显示为每页的第一行。有什么方法可以检测页面何时中断并插入列标题而不是下一个数据行?
查看 SourceForge 上的 iTextSharp 教程,第 5 章,“大表”部分,示例 10。
你基本上调用EndHeaders()你的Table.
EndHeaders()
Table