Hi

At the top of the page I want to add two columns of text and images using
direct content.
Then after this (half way down the page) I want to add a high-level object
PdfPTable using document.add(table).

But the table is beginning at the top of the page, and is overlapping the
column text.

1. Is there some way to tell the document.add() method to start adding at a
certain position?
2. Is using direct content the best way to add two columns of text and
images? 
3. Should I just add the content to a left and right cell and then add the
cells to a PdfPTable to avoid this overlap issue? 
4. Does direct content look after content overflowing onto the next page
better?

Thanks for reading this :-) and any comments are very appreciated =)
-- 
View this message in context: 
http://www.nabble.com/Using-high-level-objects-and-direct-content-with-overlapping-tp20050674p20050674.html
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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

Reply via email to