iText 在相对位置创建按钮
我想使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该始终知道页面的尺寸,如果您知道,您就可以将其放置在页面的相对 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.