[iText-questions] Getting table height

2012-07-12 Thread Çağatay Yıldız
Hey guys, Is there a way of getting the height of a table before adding it to the document? At first glance, I supposed that the number of rows in the table is enough to calculate height since I know the font size. However, some rows break that rule. For instance, one cell might store a paragraph

[iText-questions] PDF Page Numbering in Java & iText

2012-06-26 Thread Çağatay Yıldız
Hey guys, I am creating some PDF reports using iText in Java. After documentation, what I should do is to number pages in the format of * page_number/page_numbers_in_total*. However, memory operations burden my project. Hence, I don't want to go over all the pages again in order to number them. I

[iText-questions] Using iText as efficient as possible

2012-06-20 Thread Çağatay Yıldız
Hey guys, I am new to iText and need to use it in a project. The reason why I am using iText is that a part of my project is about pdf operations that must be done as fast as possible. So, are there any advices to use iText in a fast manner? For instance, based on my knowledge of assembly progra