Quoting Rodrigo Nascimento <[EMAIL PROTECTED]>:

> 
> Hi everyone,
> 
> I'm using version 0.70 to generate a very large PDF. It has 477 pages and
> almost 1Mb. The problem is: I had to wait 8 hours to complete on a very good
> machine. 
> 
> The logic is:
> 
> I read a table to a vector, then a read the vector to generate the PDF. The
> first step is OK, fast (less than 1 minute). But the PDF generation itself is
> too slow.
> 
> Some information: The PDF does not contain any images, just text.
> 
> Does anyone could give me some ideas to increase the performance ?

I hope you don't put all your data in one com.lowagie.text.Table:
see http://www.lowagie.com/iText/tutorial/ch05.html#memory

Writing PDF directly to the PdfContentByte is a lot faster
than using high level objects.

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to