Reputation: 3103
I have put digital signature via Pdf Box using this example
I digitally sign a pdf twice.
It should show first time Re.1. Signed By My SSL Certificate
any update ?
Upvotes: 1
Views: 309
Reputation: 18851
Remove this segment from your code:
// Optional: certify
if (accessPermissions == 0)
{
SigUtils.setMDPPermission(document, signature, 2);
}
That's the part that makes it a certification.
Upvotes: 1