I have a number of tables. I need to take all these tables and position them absolutely. I do not want to add them to the document until all the tables have been created. I prefer to add the tables to another object/element, and then position that element absolutely. How can I do this? Can chapter work for this?
ex: element.add(pdfptable1); element.add(pdfptable2); //Now add element to document at an absolute position. -- View this message in context: http://itext-general.2136553.n4.nabble.com/What-element-can-I-add-tables-to-and-use-absolute-positioning-tp2221504p2221504.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ 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/
