document.add 使用 iText 调整文档大小

发布于 2024-10-04 11:58:22 字数 200 浏览 4 评论 0原文

当我尝试读取 HTML 文件(使用 HTMLWorker.parseToList)并使用 document.add(element) 创建 PDF 文档时,结果页面的大小正在调整。最初设置的页面大小被覆盖,页面似乎正在调整自身大小以适应传入的组件。我想知道我们有什么办法可以控制这个吗?我注意到 PdfPTable 没有可用的scaletofit。如何调整 PdfPTable 的大小?

When I try to read an HTML file (using HTMLWorker.parseToList) and create a PDF document using document.add(element) the resulting page is getting resized. The initially set page size is getting overridden, it appears the page is resizing itself to fit the incoming component. I am wondering is there any way we can control this? I noticed that there is no scaletofit avaialable for PdfPTable. How do you resize a PdfPTable?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

橘香 2024-10-11 11:58:22

我想我必须撤回这个问题,因为我看到图书馆工作不正常。我对 A4 与 Letter 尺寸感到困惑。 “A4 和 US letter 尺寸的尺寸非常相似,可以以相同的方式使用。A4 尺寸比 US letter 尺寸更薄、更长 US letter 尺寸比 A4 尺寸更宽、更短”

I think I have to withdraw this question as I am seeing the library working correct nof. I was confused on A4 vs Letter size. "A4 and US letter size are very similar in size and can be used in the same way. A4 size is thinner and longer than US letter size US letter size is wider and shorter than A4 size"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文