Re: [iText-questions] problems with PDF signing

2011-10-26 Thread Mike Calmus
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

[iText-questions] problems with PDF signing

2011-10-20 Thread Mike Calmus
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

[iText-questions] BouncyCastle dependencies in Maven POM

2010-09-28 Thread Mike Calmus
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