Re: [iText-questions] Removing a signature thoroughly (acroFields.removeField not sufficient?)

2009-01-26 Thread Starke, Rico
- From: "Starke, Rico" To: "Post all your questions about iText here" Sent: Friday, January 23, 2009 5:50 PM Subject: Re: [iText-questions] Removing a signature thoroughly(acroFields.removeField not sufficient?) Hi, using stamper.getAcroFields() still isn't enough

Re: [iText-questions] Removing a signature thoroughly(acroFields.removeField not sufficient?)

2009-01-23 Thread Paulo Soares
Re: [iText-questions] Removing a signature thoroughly(acroFields.removeField not sufficient?) Hi, using stamper.getAcroFields() still isn't enough to completely remove the signature. I still cannot apply password encryption to the resulting pdf file in acrobat pro v8 ("the security po

Re: [iText-questions] Removing a signature thoroughly (acroFields.removeField not sufficient?)

2009-01-23 Thread Starke, Rico
cht: München HRB 126057 -Ursprüngliche Nachricht- Von: 1T3XT info [mailto:i...@1t3xt.info] Gesendet: Donnerstag, 22. Januar 2009 22:22 An: Post all your questions about iText here Betreff: Re: [iText-questions] Removing a signature thoroughly (acroFields.removeField not sufficient?) S

Re: [iText-questions] Removing a signature thoroughly (acroFields.removeField not sufficient?)

2009-01-22 Thread 1T3XT info
Starke, Rico wrote: > Hi, > > thanks for your quick reply! Can you provide more information on how to do a > full save with iText after removing the signature field? What I do right now > is: > > InputStream signedFileStream = // FileInputStream for a temporary java.io.File > OutputStream resul

Re: [iText-questions] Removing a signature thoroughly (acroFields.removeField not sufficient?)

2009-01-22 Thread 1T3XT info
Leonard Rosenthol wrote: > You can't use a Stamper, AFAIK. It always does an incremental update save. No, it doesn't ;-) -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -- This SF.

Re: [iText-questions] Removing a signature thoroughly (acroFields.removeField not sufficient?)

2009-01-22 Thread Leonard Rosenthol
-Ursprüngliche Nachricht- Von: Leonard Rosenthol [mailto:lrose...@adobe.com] Gesendet: Donnerstag, 22. Januar 2009 13:15 An: Post all your questions about iText here Betreff: Re: [iText-questions] Removing a signature thoroughly (acroFields.removeField not sufficient?) Why would you want to

Re: [iText-questions] Removing a signature thoroughly (acroFields.removeField not sufficient?)

2009-01-22 Thread Starke, Rico
nd Amtsgericht: München HRB 126057 -Ursprüngliche Nachricht- Von: Leonard Rosenthol [mailto:lrose...@adobe.com] Gesendet: Donnerstag, 22. Januar 2009 13:15 An: Post all your questions about iText here Betreff: Re: [iText-questions] Removing a signature thoroughly (acroFields.rem

Re: [iText-questions] Removing a signature thoroughly (acroFields.removeField not sufficient?)

2009-01-22 Thread Leonard Rosenthol
Why would you want to remove a signature? And do you have the rights to do so (eg. Are you the signatory)? After removing the field, be sure to do a FULL save on the PDF and not an incremental one. Leonard On 1/22/09 12:29 PM, "Starke, Rico" wrote: Hi, I have a problem removing a signatu

[iText-questions] Removing a signature thoroughly (acroFields.removeField not sufficient?)

2009-01-22 Thread Starke, Rico
Hi, I have a problem removing a signature from a pdf file with iText. Can someone help me? I remove the signature with acroFields.removeField and write the document back to disk using the pdfstamper. Now the signature is gone (acrobat says there are no signatures in the newly written document),