如何生成不带绿色复选标记的签名 PDF
我正在使用 iText 签署 PDF。 我在签名中添加了图形。 这是可行的,但是验证文档时显示的绿色复选标记(或黄色问号)会干扰我插入的图形,使最终结果看起来很难看。
它要么显示在签名图形的上方或下方,但我无法让它消失。
有谁知道如何解决这一问题?
I'm signing PDF's using iText. I'm including a graphic in the signature. This works, but the green checkmark (or yellow question mark) that shows when the document is verified interferes with the graphic I inserted, making the end result look ugly.
It either shows up above or below the signature graphic, but I can't get it to disappear.
Does anyone know how to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
抱歉,但我不明白这一点。 您想要一个有效的签名,但无法看到签名是否有效? 对我来说没有意义。
无论如何,我认为绿色复选标记是由 Adobe Reader 呈现的,因此您将没有机会删除它。
sorry but I don't understand this. You want a valid signature but no possibility to see that the signature is valid? Doesn't make sense to me.
Anyway, I think the green checkmark is rendered by Adobe Reader so you will have no chance to remove it.
解决这个问题的技巧是删除现有的签名块并在其位置应用您的图像。 然后,使用隐形签名对 PDF 进行签名。 这仍然允许用户打开签名侧栏来验证签名是否有效。
The trick to get around this is to remove the existing signature block and apply your image in its place. Then, sign the PDF with an invisible signature. This will still allow the user to open the signature sidebar to verify that the signature is valid.