iTextSharp:横向表格
我正在使用 iTextSharp 生成一个大文档。在本文档中,我想要一些横向的特定页面。其余的都是肖像。有谁知道我该怎么做? 开始新文档不是一个选择。
谢谢!
I'm using iTextSharp to generate a large document. In this document I want some specific pages in landscape. All the rest is portrait. Does anyone know how I can do this?
Starting a new document is not an option.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以设置文档大小,它将影响下一页。一些片段:
在某处设置文档(您已经知道了):
现在循环您的页面(您可能也已经这样做了)并决定每页所需的页面大小:
You can set the document size and it will affect the next pages. Some snippets:
Set up your document somewhere (you know that already):
Now loop over your pages (you probably do that as well already) and decide what page size you want per page:
试试这个代码:
}
try this code :
}