Pravin Kumar Venkatraj wrote:
> Sir,
> We are facing problem while merging the PDF files (using iText 1.1)
That version is over 2 years old...
> When the merged PDF reaches 60MB, we are getting java.lang.OutOfMemoryError
> exception.
Have you followed the advice on memory management
that is give
If you are using PdfCopy update to the latest iText release and call
freeReader().
Paulo
- Original Message -
From: "Pravin Kumar Venkatraj" <[EMAIL PROTECTED]>
To:
Sent: Thursday, January 04, 2007 6:42 AM
Subject: [iText-questions] OutOfMemoryError exception,when
Sir,
We are facing problem while merging the PDF files (using iText 1.1)
When the merged PDF reaches 60MB, we are getting java.lang.OutOfMemoryError
exception.
We increased the heap size using the below command
Java -Xms32m -Xmx512m
Still the problem is persisting.
We are using JDK1.3 tha