Re: [iText-questions] Re: Still getting StackOverflowError on some pdf documents

2005-08-11 Thread Paulo Soares
From: "Paul" <[EMAIL PROTECTED]> To: Sent: Thursday, August 11, 2005 5:24 PM Subject: [iText-questions] Re: Still getting StackOverflowError on some pdf documents > Paulo Soares consiste.pt> writes: > > > > > I don't know what's happening there but usi

[iText-questions] Re: Still getting StackOverflowError on some pdf documents

2005-08-11 Thread Paul
Paulo Soares consiste.pt> writes: > > I don't know what's happening there but using the constructor > PdfReader(RandomAccessOrArray, byte[]) I can encrypt the PDF Reference (16M) > with a 32M JVM. > Paulo, It's not just the size of the pdf file. I tried it on a 36MB pdf, it had no problem. T

Re: [iText-questions] Re: Still getting StackOverflowError on some pdf documents

2005-08-09 Thread Paulo Soares
iText-questions] Re: Still getting StackOverflowError on some pdf documents > > Paulo Soares consiste.pt> writes: > > > > > What code are you using? > > > > > I tried writer.setOpenAction(action) and PdfEncryptor.encrypt(reader, new > FileOutputStream(ou

[iText-questions] Re: Still getting StackOverflowError on some pdf documents

2005-08-08 Thread Paul
Paulo Soares consiste.pt> writes: > > What code are you using? > I tried writer.setOpenAction(action) and PdfEncryptor.encrypt(reader, new FileOutputStream(outPdf), "".getBytes(), mpass.getBytes(), 0, false) . Neither one is working. Thanks, Paul