iText - 来自结果集的数据
我有一些java结果集,现在我必须用它们创建一个带有itext的PdF。
开始检索数据的最佳方式是什么?
因为结果集是一个表格,所以我正在考虑填写表格。或者有没有更好的、标准的方法。
这是我第一次使用 iText,所以我不知道从哪里开始。
谢谢大家
I have a few resultsets in java and now I have to create a PdF with itext from them.
What is the best way to start to retrieve the data.
Because a resultset is a table I whas thinking of filling in a table. Or is there a better, standard way.
This is the first time I use iText so I have no idea where to start.
thx all
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
thw :也许从这里开始:itextpdf.com/examples 就成功了
thw : perhaps start here: itextpdf.com/examples did the trick