Re: [iText-questions] Merge of detached signature

2011-08-31 Thread mkl
scoutman, scoutman wrote: > i'm new and i'm trying to sign a pdf having an external sign. When my > signing process has finished, what exactly i must do to replace the > signature? Can you post the code you use to replace the pdf by brute > force? There are a number of ways to do that. Immediatel

Re: [iText-questions] Merge of detached signature

2011-08-31 Thread scoutman
Hi, Andreas, i'm new and i'm trying to sign a pdf having an external sign. When my signing process has finished, what exactly i must do to replace the signature? Can you post the code you use to replace the pdf by brute force? Thank you very much -- View this message in context: http://itext-gen

Re: [iText-questions] Merge of detached signature

2010-01-29 Thread java-chris
Ive try it , and it seams to work FINE !! Thx all guy's for your help !! Christian. mkl wrote: > > Christian, > > > java-chris wrote: >> When you talk about " store the half-baked pdf on the disk ". >> Im trying to do that by making some serialization on the Stamper but >> nothing is serial

Re: [iText-questions] Merge of detached signature

2010-01-28 Thread Andreas Kuehne
l Message From: java-chris To: itext-questions@lists.sourceforge.net Sent: Wed, January 27, 2010 10:51:14 PM Subject: Re: [iText-questions] Merge of detached signature Hello Andreas, im on the same issue here. When you talk about " store the half-baked pdf on the disk ".

Re: [iText-questions] Merge of detached signature

2010-01-28 Thread mkl
Christian, java-chris wrote: > When you talk about " store the half-baked pdf on the disk ". > Im trying to do that by making some serialization on the Stamper but > nothing is serializable in ITEXT. Java serialization currently isn't the way to go here. Simply use the PdfStamper to store the r

Re: [iText-questions] Merge of detached signature

2010-01-27 Thread java-chris
Hello Andreas, im on the same issue here. When you talk about " store the half-baked pdf on the disk ". Im trying to do that by making some serialization on the Stamper but nothing is serializable in ITEXT. So , im trying to do this way. [CODE] // write the current file.

Re: [iText-questions] Merge of detached signature

2010-01-26 Thread Mathieu Fortin
- From: mkl To: itext-questions@lists.sourceforge.net Sent: Tue Jan 26 03:35:54 2010 Subject: Re: [iText-questions] Merge of detached signature Leonard, Andreas, Mathieu, Leonard Rosenthol-3 wrote: > Right - that's the normal approach for external signing which the poster > said doesn

Re: [iText-questions] Merge of detached signature

2010-01-26 Thread Andreas Kuehne
Sent: Tue, January 26, 2010 9:35:54 AM Subject: Re: [iText-questions] Merge of detached signature Leonard, Andreas, Mathieu, Leonard Rosenthol-3 wrote: > Right - that's the normal approach for external signing which the poster > said doesn't work for them. > > Leonard

Re: [iText-questions] Merge of detached signature

2010-01-26 Thread mkl
Leonard, Andreas, Mathieu, Leonard Rosenthol-3 wrote: > Right - that's the normal approach for external signing which the poster > said doesn't work for them. > > Leonard Maybe they simply made the usual error --- throwing away the PdfStamper they calculated the hash with, and injecting the re

Re: [iText-questions] Merge of detached signature

2010-01-26 Thread Leonard Rosenthol
sourceforge.net Sent: Mon, January 25, 2010 10:56:47 PM Subject: Re: [iText-questions] Merge of detached signature Ok that's what I thought, thx. Notarius Inc. 700-1080 Côte du Beaver Hall Montréal, Québec, H2Z 1S8 Avis de confidentialité / Confidentiality Notice Notarius Inc. - Cert

Re: [iText-questions] Merge of detached signature

2010-01-25 Thread Andreas Kuehne
e.net Sent: Mon, January 25, 2010 10:56:47 PM Subject: Re: [iText-questions] Merge of detached signature Merge of detached signature Ok that's what I thought, thx. Notarius Inc. 700-1080 Côte du Beaver Hall Montréal, Québec, H2Z 1S8 Avis de confidentialité / Confidentiality Notice Nota

Re: [iText-questions] Merge of detached signature

2010-01-25 Thread Mathieu Fortin
2005 From: Leonard Rosenthol To: Post all your questions about iText here Sent: Mon Jan 25 16:50:07 2010 Subject: Re: [iText-questions] Merge of detached signature No, it is not possible due to how PDF signatures work. From: Mathieu Fortin [mailto:mathieu.for...@notarius.com] Sent: M

Re: [iText-questions] Merge of detached signature

2010-01-25 Thread Leonard Rosenthol
No, it is not possible due to how PDF signatures work. From: Mathieu Fortin [mailto:mathieu.for...@notarius.com] Sent: Monday, January 25, 2010 10:45 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Merge of detached signature Hi Is it possible for a client to get the

[iText-questions] Merge of detached signature

2010-01-25 Thread Mathieu Fortin
Hi Is it possible for a client to get the content to be signed from a server app (which uses itext) , sign that hash, and send that pkcs7 to the server app which would "merge" it in the original pdf? It works when we do a single step, ie as shown in the detached signatures example, but it does