Hello!

 I have an application which makes use of Tables (com.lowagie.text.Table).
It
 get's filled with Chunks, Phrases, Images, .. dynamically. All this works
 fine.

 Now there is need to add headers/footers to the documents, but these can be
 quite complex. So my idea is to reuse the code already written for creating
 Tables dynamically and then add such a table as header/footer.

 From what I know I can use PageEvents to add headers/footers to the
 individual pages, there adding PdfPTables (or text or templates) at
absolute
 positions. But the problem I have is that I dont have a PdfPTable but a
 Table ..

 Therefore here my question:
 Is it possible to somehow take my Table and transform it to a PdfPTable? Or
 can I write the Table to a template? Or to an image? Or anything else that
 allows me to use Table for header/footer?


 Thanks for all your help,
 Gerald.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to