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
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
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
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