I am dynamically generating a PDF table with some unknown number of columns.
I have seen many posts describing how to break the table up between multiple
pages, however, this solution will not work for me. I need the columns to
wrap to the next line. For example,

(h# are the header and c# is the data in the column)

|h1|h2|h3|h4|
|h5|h6|h7|h8|

|c1|c2|c3|c4|
|c5|c6|c7|c8|

All of these columns are completely dynamic and there any number of any
length. Is there a way to do this with iText?
-- 
View this message in context: 
http://old.nabble.com/Table-with-wrapping-header-tp27675643p27675643.html
Sent from the iText - General mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
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