Re: [iText-questions] can't access self-encrypted pdf with PdfReader

2007-08-31 Thread Rene Jahn
Fixed in SVN, revision 2906 Thanks Paulo -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von [EMAIL PROTECTED] Gesendet: Donnerstag, 30. August 2007 23:29 An: itext-questions@lists.sourceforge.net Betreff: [iText-questions] can't access

Re: [iText-questions] can't access self-encrypted pdf with PdfReader

2007-08-31 Thread Bruno Lowagie (iText)
[EMAIL PROTECTED] wrote: > You get: bad user password I think Paulo already fixed the problem in CVS. br, Bruno - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Se

Re: [iText-questions] can't access self-encrypted pdf with PdfReader

2007-08-31 Thread Paulo Soares
Fixed. Paulo - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, August 30, 2007 10:28 PM Subject: [iText-questions] can't access self-encrypted pdf with PdfReader >I checked out current SVN developer Version 2.0.5 and found the > following problem: &

[iText-questions] can't access self-encrypted pdf with PdfReader

2007-08-31 Thread rene . jahn
I checked out current SVN developer Version 2.0.5 and found the following problem: If you encrypt an existing pdf file with PdfStamper, setEncryption method, you can't open the encrypted file with PdfReader and the valid owner or user password. You get: bad user password I use the current SVN