Re: [iText-questions] Adding a signature to an encryptedpdfdocument.

2006-07-12 Thread David Saier
place inside iTextSharp where the exception is thrown. If possible use the CVS version.Paulo > -Original Message-> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of David Saier> Sent: Wednesday, July 12, 2006 5:19 PM> To: Post all your questions about

Re: [iText-questions] Adding a signature to an encrypted pdfdocument.

2006-07-12 Thread David Saier
bug. In PdfEncryption.cs replace:public PdfEncryption(PdfEncryption enc) : base() {withpublic PdfEncryption(PdfEncryption enc) : this() {Paulo > -Original Message-----> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of David Saier> Sent: Wednesday, July 12, 2006 3:03 PM> T

Re: [iText-questions] Adding a signature to an encrypted pdf document.

2006-07-12 Thread David Saier
w the PDF to be signed. I've no idea where the error comes from as you don't show any stack strace.Paulo- Original Message - From: "David Saier" <[EMAIL PROTECTED]>To: Sent: Tuesday, July 11, 2006 9:05 PMSubject: [iText-questions] Adding a signature to an encrypted pdf

[iText-questions] Adding a signature to an encrypted pdf document.

2006-07-11 Thread David Saier
Hello,   I have been trying to use iText to create a signature in an encrypted pdf document. Basically I have a pdf document which is password encrypted with a known owner password, and I want to add a signature to it. When I try it it gives me an "Object reference set to null" error, making me b