Thanks Michael. I read through the forums and was planning to use the "reuse
the stamper" approach. Unfortunately, though neither the stamper nor the
signature appearance objects are serializable and therefore can't be stored
in my HTTP session for reuse.
I've tried to find the sample implmentatio
We are filling in a PDF and signing it using an external digest. The code
sample for doing this works fine in the normal flow where everything is done
at one time. We have an unusual scenario, though where we must do the
signing in a separate VM than the generation is done. I have separated the
cod
I was looking at the iText Maven repository and see Bouncy Castle libraries
are included as dependencies. I know these libraries are used, but I think
it might make sense to mark them as dependencies since they
aren't required unless encryption and signing are used. This would allow
many Maven use