I want to have a pdf with two signatures and password protection, but I can not do it.
I can protect my pdf using PdfEncryptor.Encrypt()
if I don't need a signature and with PdfStamper SetEncryption()
if I need only one signature. However I can't do it with more than one signature because SetEncryption()
doesn't work in append mode.
Some workaround?