[iText-questions] Memory problems when signing revisions

2009-09-15 Thread Adriano Santoni
Hello, I am not sure whether this question has been posted before; I have done some search in the mailing lists archives but found nothing... We have big problems when applying more than one digital signatures to a moderately large PDF document (say, more than a few MB). Starting from the second

Re: [iText-questions] Memory problems when signing revisions

2009-09-15 Thread Paulo Soares
...@gmail.com] Sent: Tuesday, September 15, 2009 10:07 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Memory problems when signing revisions Hello, I am not sure whether this question has been posted before; I have done some search in the mailing lists archives

RE: [iText-questions] Memory Problems

2003-03-16 Thread Stefan Krompaß
Hi! Here is what I coded for generating PDFs. I hope, there is enough documentation for what I did... public class PDFJUnitTest { // ... public void testCreation() { DocumentBuilder pdf = new PDFDocumentBuilder(); // list is an object where informations for

[iText-questions] Memory Problems

2003-03-13 Thread Stefan Krompaß
Hi! I'm using iText to generate some PDF- and RTF-documents. My problem is that after the generation, I have some two MB memory less than before. Generating several PDF-documents in a row leads to a OutOfMemoryError. Has anybody else had problems like that or does anybody know how I could scope

RE: [iText-questions] Memory Problems

2003-03-13 Thread Jaladurgam, Ramana
] Sent: Thursday, March 13, 2003 2:04 PM To: [EMAIL PROTECTED] Subject: [iText-questions] Memory Problems Hi! I'm using iText to generate some PDF- and RTF-documents. My problem is that after the generation, I have some two MB memory less than before. Generating several PDF-documents in a row leads

Re: [iText-questions] Memory Problems

2003-03-13 Thread Paulo Soares
' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 21:04 Subject: RE: [iText-questions] Memory Problems Stefan, Can you explain a little more detail about the way you are generating the PDF/RTF documents in a row. Showing your code should be more helpful. Because, I think