iText 在相对位置创建按钮

发布于 2024-12-09 18:35:29 字数 203 浏览 0 评论 0原文

我想使用 iText 在 pdf 上创建一个按钮。但是我无法在任何固定/位置创建它。它需要在相对位置上完成。比如,5-6厘米。在 PDF 结束之前。 关于如何做有什么想法吗?

另一种方法可能是在 acrobat 中创建一个不可见的字段,获取其字段位置,然后在该位置创建按钮。但是我无法检索现场位置,甚至无法查看它们。有人可以帮我解决这个问题吗?

问候, 萨米尔

I'd like to create a pushbutton on a pdf using iText. However i cannot create it at any fixed/ position. It needs to be done at a relative position. Like say, 5-6 cm. before end of PDF.
Any idea on how to do it?

Another way might be creating an invisible field in acrobat, getting its field position and then creating the button at that position. However i've been unable to retrieve field positions or even view them. Could someone help me with this?

Regards,
Sameer

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

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

发布评论

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

评论(1

拧巴小姐 2024-12-16 18:35:29

您应该始终知道页面的尺寸,如果您知道,您就可以将其放置在页面的相对 5-6 厘米处。一些可能对您有帮助的信息是 itext 中的所有坐标和内容都是以点为单位完成的,每英寸有 72 点。

you should always know the size of your pages, and if you know that you will be able to put it at a relative 5-6cm of the page. some info that might help you is that all the coor and stuff in itext is done in points and there are 72pts in an inch.

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