Next week I'll write a FAQ about this.
- Original Message -
From: "rk" <[EMAIL PROTECTED]>
To: "Paulo Soares" <[EMAIL PROTECTED]>;
Sent: Friday, August 12, 2005 7:19 PM
Subject: Re: [iText-questions] outofmemory error while concatenating 850
files
Friday, August 12, 2005 1:21 PM
Subject: Re: [iText-questions] outofmemory error while concatenating 850
files
Use PdfCopy.
- Original Message -
From: "R K" <[EMAIL PROTECTED]>
To:
Sent: Friday, August 12, 2005 3:57 PM
Subject: [iText-questions] outofmemory error wh
Use PdfCopy.
- Original Message -
From: "R K" <[EMAIL PROTECTED]>
To:
Sent: Friday, August 12, 2005 3:57 PM
Subject: [iText-questions] outofmemory error while concatenating 850 files
Hello
I am trying to concatenate 850 files to one using the below mentioned code.
Pd
Hello
I am trying to concatenate 850 files to one using the below mentioned code.
PdfCopyFields copy = new PdfCopyFields(new
FileOutputStream(output));
PdfReader reader = null;
for (int i = 0; i < pages.size(); i++) {
reader = new PdfReader