使用 IText for Java 进行文本定位
在使用 IText 生成 pdf 之前,我需要定位不同的文本。我一直在考虑使用 Chunks,但我不知道如何单独放置它们。我也尝试使用 PdfContentByte 但它不会生成任何 PDF 文件。
I need to position different text before I generate the pdf using IText. I've been thinking of using Chunks, but I don't know how to position them separately. I also tried using PdfContentByte but it doesn't generate any PDF File.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不使用表格和块来进行布局呢?前任:
Why don't you use tables combined with Chunks for your layout. ex: