开发者

How to programmatically digital sign PDF document?

开发者 https://www.devze.com 2023-03-09 04:22 出处:网络
I need to digitally sign PDF documents from Java or C#. I\'ve found iText, is it a good solution? are there any开发者_如何学Python others?I\'ve tried iText once and it was quite easy to implement in a

I need to digitally sign PDF documents from Java or C#. I've found iText, is it a good solution? are there any开发者_如何学Python others?


I've tried iText once and it was quite easy to implement in a C# solution. I have not tried other solutions. Esp. I could not find any proper free (no-cost) solutions.


See PDFBox at apache, used in conjunction with BouncyCastle it will do what you require.

0

精彩评论

暂无评论...
验证码 换一张
取 消