Re: [iText-questions] Memory problem

2007-05-30 Thread Paulo Soares
In the next one. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Thomas Kübler > Sent: Wednesday, May 30, 2007 11:13 AM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Memory proble

Re: [iText-questions] Memory problem

2007-05-30 Thread Thomas Kübler
Text here" > > Sent: Wednesday, May 30, 2007 8:43 AM > Subject: Re: [iText-questions] Memory problem > > > Hello, > > ok, what can i do? the files are about 300 MB until 1.000 MB, with the > itext-version 1.3 > it seems to be work, are

Re: [iText-questions] Memory problem

2007-05-30 Thread Paulo Soares
Wednesday, May 30, 2007 8:43 AM Subject: Re: [iText-questions] Memory problem Hello, ok, what can i do? the files are about 300 MB until 1.000 MB, with the itext-version 1.3 it seems to be work, are there any changes in the version 2.0.2? Mit freundlichen Grüßen Thomas Kübler ---

Re: [iText-questions] Memory problem

2007-05-30 Thread Thomas Kübler
- > From: "Thomas Kübler" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, May 30, 2007 6:01 AM > Subject: [iText-questions] Memory problem > > > Hello, > > i have a problem with impositing with itext, > > i get this message, > > Runtime-Except

Re: [iText-questions] Memory problem

2007-05-30 Thread Paulo Soares
That may happen if the PDF is very big and there's not enough continuous virtual memory available to map the file. Paulo - Original Message - From: "Thomas Kübler" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 30, 2007 6:01 AM Subject: [iText-questions] Memory pro

[iText-questions] Memory problem

2007-05-29 Thread Thomas Kübler
Hello, i have a problem with impositing with itext, i get this message, Runtime-Exception...Fuer diesen Befehl ist nicht genügend Speicher verfügbar process: PPML-Impositioning at de.novaconcept.photobook.worker.WorkQueue$PoolWorker.run(Unknown Source) at de.novaconcept.photobook.

[iText-questions] Memory problem

2007-05-29 Thread Thomas Kübler
Hello, i have a problem with impositing with itext, i get this message, Runtime-Exception...Fuer diesen Befehl ist nicht genügend Speicher verfügbar process: PPML-Impositioning at de.novaconcept.photobook.worker.WorkQueue$PoolWorker.run(Unknown Source) at de.novaconcept.photobook.

Re: [iText-questions] Memory problem (Garbage collector)

2007-03-29 Thread Paulo Soares
That's the usual jvm behavior, the memory increases until it reaches the limit and then the garbage collector kicks off and me memory lowers. Paulo - Original Message - From: "Yohan" <[EMAIL PROTECTED]> To: Sent: Thursday, March 29, 2007 4:27 PM Subject: [iT

[iText-questions] Memory problem (Garbage collector)

2007-03-29 Thread Yohan
Hello, I have a problem with my application using itext. I test use memory when i'm creating a pdf file, and each time i want to re create it, the memory continue to increase. So at least i have an application who need too many memory just for creating a pdf file. Best regards -- Yohan Zemmour -

Re: [iText-questions] Memory Problem

2006-10-05 Thread Eneko González
Perfect! Thanks a lot, Paulo. Paulo Soares escribió: > See PdfStamper.createSignature(PdfReader reader, OutputStream os, char > pdfVersion, File tempFile). > > Paulo -- Eneko González Benito Elpa Gestión E-mail: [EMAIL PROTECTED] Tfno.: 94.423.01.66 Fax: 94.423.01.78 --

Re: [iText-questions] Memory Problem

2006-10-05 Thread Paulo Soares
See PdfStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, File tempFile). Paulo - Original Message - From: "Eneko González" <[EMAIL PROTECTED]> To: Sent: Thursday, October 05, 2006 9:20 AM Subject: [iText-questions] Memory Problem > H

[iText-questions] Memory Problem

2006-10-05 Thread Eneko González
Hi all, I have a class that concatenates files, and signs the resulting PDF. The concatenation seems to work OK, but when I try to sign the PDF, i get a OutOfMemoryError. It's true that this PDF has 97 pages (33 Mbytes) but i think this shouldn't be a problem to iText, so the problem must be i