RE: [iText-questions] Signing a PDF file with a digital signature

2006-05-23 Thread Eliasen Jan
> > But once the document has been signed, a user can still edit the form. I > > need this to be disabled. How can I do that? > After creating the stamper call setEncryption(). Right... I called it with an empty userpassword and that did the trick. Thanks. Now, for something completely different;

Re: [iText-questions] Signing a PDF file with a digital signature

2006-05-23 Thread Paulo Soares
- Original Message - From: "Eliasen Jan" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 23, 2006 10:05 PM Subject: RE: [iText-questions] Signing a PDF file with a digital signature I now have this working: string alias = null; PKCS12Store pk12 = new PKCS12Store(new

RE: [iText-questions] Signing a PDF file with a digital signature

2006-05-23 Thread Eliasen Jan
ta.dk -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eliasen Jan Sent: 23. maj 2006 22:51 To: itext-questions@lists.sourceforge.net Subject: RE: [iText-questions] Signing a PDF file with a digital signature Hi Using this code: X509CertificateParser p

RE: [iText-questions] Signing a PDF file with a digital signature

2006-05-23 Thread Eliasen Jan
5805 mailto: [EMAIL PROTECTED] http://www.wmdata.dk -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: 23. maj 2006 16:07 To: itext-questions@lists.sourceforge.net Subject: RE: [iText-questions] Signing a PDF file with a digital signature What error

RE: [iText-questions] Signing a PDF file with a digital signature

2006-05-23 Thread Paulo Soares
; > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Paulo Soares > Sent: 22. maj 2006 01:28 > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Signing a PDF file with a > digital signature &

RE: [iText-questions] Signing a PDF file with a digital signature

2006-05-23 Thread Eliasen Jan
Signing a PDF file with a digital signature http://article.gmane.org/gmane.comp.windows.dotnet.itextsharp.general/12 Paulo - Original Message - From: "Eliasen Jan" <[EMAIL PROTECTED]> To: Sent: Sunday, May 21, 2006 9:52 PM Subject: [iText-questions] Signing a PDF fil

Re: [iText-questions] Signing a PDF file with a digital signature

2006-05-21 Thread Paulo Soares
http://article.gmane.org/gmane.comp.windows.dotnet.itextsharp.general/12 Paulo - Original Message - From: "Eliasen Jan" <[EMAIL PROTECTED]> To: Sent: Sunday, May 21, 2006 9:52 PM Subject: [iText-questions] Signing a PDF file with a digital signature Hi I have been

[iText-questions] Signing a PDF file with a digital signature

2006-05-21 Thread Eliasen Jan
Hi   I have been looking at http://itextpdf.sourceforge.net/howtosign.html because I need to sign a PDF file programatically.   BUT, I need to do it using c# - so I have downloaded the iTextSharp version 3.1.0 dll, and am trying to use it. But the classes used in http://itextpdf.sourceforge.