[iText-questions] Re: UnsupportedOperationException

2005-06-27 Thread linhda
Bruno Lowagie lowagie.com> writes: > > linhda wrote: > > >Hello everyone, > > > >In my code, console shows that error when I run following line code: > > > >bottom = table.bottom(); > > > >Could you please explain briefly for me about tha

[iText-questions] UnsupportedOperationException

2005-06-24 Thread linhda
Hello everyone, In my code, console shows that error when I run following line code: bottom = table.bottom(); Could you please explain briefly for me about that Error? And how can I fix it? Thank you very much for your great help. Linh Da --

[iText-questions] offset doesnt work at beginning of new page

2005-06-22 Thread linhda
Hello, I have several tables and header in my PDF file. I set table has to fit into page true: table.setTableFitsPage(true); And I set the offset is: table.setOffset(28); In the first page, the first table of the page appears offset 28 from header. But from the second page, it doesnot have off