The PDF format needs random access, there's no way around. Your best option is
to write the revision to a file and process it from there using the PdfReader
constructor with the RandomAccessFileOrArray as a parameter.
Paulo
> -Original Message-
> From: Adriano Santoni [mailto:defact...
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
internationa
AIL PROTECTED]>
To: "'Stefan Krompaß'" <[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 i
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 itext doesn't take up a lof of memory.
Ramana.
-Original Message-
From: Stefan Krompaß [mailto:[EMAIL PROTECTED]
Se
Hi Stefan,
I have been generating PDF and RTF documents and I have not faced this
problem until now. I am using iText-0.96
In differnet scenarios, I have been able to generated PDF documents with a
size of 400-500Kb each and RTF Docs with a size of 1-5 Mb each and approx in
20-50 in number.
The