[iText-questions] PdfWriter.fitsPage(Table) doesn't work

2003-03-24 Thread Chieh Tong
Hi, As I have just used the 0.97 lib, I noticed that when I have nested tables (ie adding a Table object into another Table object via the insertTable method), I will get a java.lang.ClassCastException when I call the PdfWriter.fitsPage(Table) method on that nested table. This doesn't happen whe

[iText-questions] Problem when storing Document in an array

2003-03-12 Thread Chieh Tong
I'm creating an array of Document and PdfWriter objects which I intend to use later. However, I can't seem to write to them, even though I have opened them before inserting to the array. It works, however, if I open them after getting them from the array. Watermarks also do not show up (when I a