Re: [iText-questions] Question about Itext library and pdf signature

2007-08-28 Thread Paulo Soares
With Designer created forms you can only sign an existing empty field. Paulo - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Tuesday, August 28, 2007 1:05 PM Subject: Re: [iText-questions] Question about Itext library and pdf signature Thanks for your quick answer

Re: [iText-questions] Question about Itext library and pdf signature

2007-08-28 Thread Michael.MARECHAL
PROTECTED] De la part de Paret, Thierry Envoyé : mardi 28 août 2007 14:02 À : Post all your questions about iText here Objet : Re: [iText-questions] Question about Itext library and pdf signature Bonjour Michael, Your different PDF files may have different security setting in which signi

Re: [iText-questions] Question about Itext library and pdf signature

2007-08-28 Thread Paret, Thierry
PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Question about Itext library and pdf signature Hi, I use your library Itext in a project to sign pdf file. I try to follow the code example that I saw on your website but I have a problem. This is my java code

[iText-questions] Question about Itext library and pdf signature

2007-08-28 Thread Michael.MARECHAL
Hi, I use your library Itext in a project to sign pdf file. I try to follow the code example that I saw on your website but I have a problem. This is my java code : try{ KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()); ks.load(new FileInputSt

[iText-questions] Question about itext library

2007-08-28 Thread Michael.MARECHAL
Hi, I use your library Itext in a project to sign pdf file. I try to follow the code example that I saw on your website but I have a problem. This is my java code : try{ KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()); ks.load(new FileI