Quoting Gabriel Gajdos <[EMAIL PROTECTED]>: > Hi there! > > Is it possible to place a table at specific coordinates?
No. > I am using Table (not PdfPTable & PDFTable) becose I need rowspans... Can't you avoid this problem by using a trick? (Nested tables for instance) > It would be great to have such a method in PDFContentByte object: > void addElement(Element el, float a, float b) Great, but difficult to achieve. For some elements, you could use the ColumnText-object. Maybe if iText would be redesigned, we could use a more elaborate ColumnText internally, instead of working with pageHeights, flushLines, etc... Bruno ------------------------------------------------------- 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
