Hi

I'm trying to create a table which spans several pages using PdfPTable. The
table has a fixed header row. Just after this header row there's a second
row, containing a summery of the contents of the previous pages. How can I
do that? On thing that makes things trickier is the fact, that not all rows
have the same height. This means I cannot just count rows.

I tried using PdfPageEvent, and add extra cells when a new page is started.
Unfortunately that doesn't work, because the events are not called while I'm
adding cells. It seams that, they are called when the table is added to the
document. The result is, that the extra cells are added to the end of the
table.

I could add a second header row as an empty place holder. But how can I
calculate the data to fill into this cells, since the data depends on the
cells of the previous page?

Maybe I need a completely different approach?

Any ideas?

Regards
Otto
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to