RE: [iText-questions] Security on document

2003-11-07 Thread Hibbard, Mark
pt_pdf " + fi + " " + fi2 + " NULL master 1000 128"); out.close(); out2.close(); */ log.debug("Saving document to PI"); pi.saveDoc("SignedDoc",encryptedbytes.toByteArray(),"SignedDoc.pdf",true,true); -----Original Message--

RE: [iText-questions] Security on document

2003-11-07 Thread Paulo Soares
Use "". > -Original Message- > From: Hibbard, Mark [SMTP:[EMAIL PROTECTED] > Sent: Friday, November 07, 2003 10:39 > To: 'Paulo Soares'; Hibbard, Mark; > '[EMAIL PROTECTED]' > Subject: RE: [iText-questions] Security on document >

RE: [iText-questions] Security on document

2003-11-07 Thread Hibbard, Mark
PROTECTED] > Sent: Tuesday, November 04, 2003 16:10 > To: 'Paulo Soares'; Hibbard, Mark; > '[EMAIL PROTECTED]' > Subject: RE: [iText-questions] Security on document > > Definately not seeing a cached version. Attached is the document produced. > > Thi

RE: [iText-questions] Security on document

2003-11-05 Thread Paulo Soares
vember 04, 2003 16:10 > To: 'Paulo Soares'; Hibbard, Mark; > '[EMAIL PROTECTED]' > Subject: RE: [iText-questions] Security on document > > Definately not seeing a cached version. Attached is the document produced. > > This was produced from the exac

RE: [iText-questions] Security on document

2003-11-05 Thread Hibbard, Mark
Mark Sent: 04 November 2003 16:10 To: 'Paulo Soares'; Hibbard, Mark; '[EMAIL PROTECTED]' Subject: RE: [iText-questions] Security on document Definately not seeing a cached version. Attached is the document produced. This was produced from the exact code I sent earlier

RE: [iText-questions] Security on document

2003-11-04 Thread Paulo Soares
- > From: Hibbard, Mark [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, November 04, 2003 15:58 > To: 'Paulo Soares'; Hibbard, Mark; > '[EMAIL PROTECTED]' > Subject: RE: [iText-questions] Security on document > > Ok. But even if I do use PdfEncryptor.encrypt

RE: [iText-questions] Security on document

2003-11-04 Thread Hibbard, Mark
utputStream(); log.debug("Reading whole document complete"); PdfEncryptor.encrypt(finalpdfReader, encryptedbytes,false,null, "CSFBSecurity", PdfWriter.AllowPrinting); log.debug("Encryption complete"); -----Original Message- From: Paulo Soares [mailto:[EMAI

RE: [iText-questions] Security on document

2003-11-04 Thread Paulo Soares
TED] > Sent: Tuesday, November 04, 2003 14:26 > To: 'Paulo Soares'; Hibbard, Mark; > '[EMAIL PROTECTED]' > Subject: RE: [iText-questions] Security on document > > But once again - Encryption works with PdfCopy if i set a user password. > If I > don

RE: [iText-questions] Security on document

2003-11-04 Thread Hibbard, Mark
bard, Mark'; '[EMAIL PROTECTED]' Subject: RE: [iText-questions] Security on document Encryption is not meant to work with PdfCopy, probably should. It only works with PdfStamper and PdfWriter. Best Regards, Paulo Soares > -Original Message- > From: Hibbard, Mark [SMTP:[E

RE: [iText-questions] Security on document

2003-11-04 Thread Paulo Soares
s'; Hibbard, Mark; > '[EMAIL PROTECTED]' > Subject: RE: [iText-questions] Security on document > > So please explain why when I set the user password - it clearly works > (i.e. it > is going thru the PdfEncrpytor.encrypt code & sets passwords and correct > per

RE: [iText-questions] Security on document

2003-11-04 Thread Hibbard, Mark
Mark'; '[EMAIL PROTECTED]' Subject: RE: [iText-questions] Security on document I don't know what you are doing over there but the document you sent has no encryption whatsoever and I'm very sure that it didn't pass through PdfEncryptor.encrypt(). P

RE: [iText-questions] Security on document

2003-11-04 Thread Hibbard, Mark
der, encryptedbytes,false,null, "CSFBSecurity", PdfWriter.AllowPrinting); -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: 03 November 2003 17:25 To: 'Hibbard, Mark'; '[EMAIL PROTECTED]' Subject: RE: [iText-questions] Security on document >

RE: [iText-questions] Security on document

2003-11-04 Thread Paulo Soares
t.open(). Best Regards, Paulo Soares > -Original Message- > From: Hibbard, Mark [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, November 04, 2003 11:36 > To: 'Paulo Soares'; Hibbard, Mark; > '[EMAIL PROTECTED]' > Subject: RE: [iText-questions] Security o

RE: [iText-questions] Security on document

2003-11-04 Thread Paulo Soares
s'; Hibbard, Mark; > '[EMAIL PROTECTED]' > Subject: RE: [iText-questions] Security on document > > The Encryption settings only appear to work IF a user password is set. > If I don't set a user password, then nothing gets set (i.e. only allow > printing o

RE: [iText-questions] Security on document

2003-11-03 Thread Hibbard, Mark
Selecting Text and Graphics??? -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: 03 November 2003 17:06 To: 'Hibbard, Mark'; '[EMAIL PROTECTED]' Subject: RE: [iText-questions] Security on document Anything wrong with the javadocs? Best Regards,

RE: [iText-questions] Security on document

2003-11-03 Thread Paulo Soares
> -Original Message- > From: Hibbard, Mark [SMTP:[EMAIL PROTECTED] > Sent: Monday, November 03, 2003 17:20 > To: 'Paulo Soares'; '[EMAIL PROTECTED]' > Subject: RE: [iText-questions] Security on document > > I've used the following met

RE: [iText-questions] Security on document

2003-11-03 Thread Paulo Soares
Anything wrong with the javadocs? Best Regards, Paulo Soares > -Original Message- > From: Hibbard, Mark [SMTP:[EMAIL PROTECTED] > Sent: Monday, November 03, 2003 11:34 > To: '[EMAIL PROTECTED]' > Subject: [iText-questions] Security on document > &

[iText-questions] Security on document

2003-11-03 Thread Hibbard, Mark
I need to be able to set up documents in PDF with the following security permissions: * A password required to change security options * Do not allow - Changing the document Selecting text and graphics Adding or changing annotations and form fields I've tried using iText