iTextSharp 自动换行
我目前正在使用 iTextSharp 将动态文本/图像内容从模板添加到 PDF。
我想知道当我需要自动换行功能时最好使用哪种结构?
例如,我接受的描述最长可达 30 个单词,并且会跨越多行。
谢谢
I am currently using iTextSharp to add dynamic text/image content to a PDF from a template.
I was wondering what construct is best to use when I need a word-wrap feature?
For example, I take in a description which can be up to 30 words long and it will span multiple lines.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎简单的列文本就是答案;)也可以使用 PDFPTable 来实现。
愚蠢的 VS2008 只需要重新启动即可工作 -.-
Seems simple column text was the answer ;) Can also be achieve using PDFPTable too.
Silly VS2008 just needed a restart for it to work -.-