Hi,
I noticed that on my Linux development system (Core i7/3.4 GHZ/16 GB),
generating longer tables (> 500 rows) with iText 5.4.2 is painfully
slow. The profiler revealed that more than 90% of the total time was
spent in UUID.randomUUID() called by the PdfPCell constructor. It is a
known probl
Hi,
Using iText 5.4.0 (and previous versions) I'm having issues with very
large lines containing images as soon as they take up around 50% of the
available page height. Basically iText inserts an additional, completely
blank page before the actual line is inserted, and it adds page breaks
whe