views:

8

answers:

0

I'm building up a PDF using iTextSharp. I've seen a number of code example for putting an image into the flow of the document and having the text wrap around it (e.g. http://www.geek-tutorials.com/java/itext/itext_image.php).

What I want to do is have a text block that sits on the right hand side of my page, but I'd like the rest of the text to flow around it (the text for each of these items is dynamic).

Very rough example image:

alt text

Does anybody know of a way to do this?