Bruno Lowagie lowagie.com> writes:
>
> Dominic Maricic wrote:
> > Any idea why I'm getting the giant row that takes up all of page 2? It only
> > happens when the content following it is greater than a page.
>
> This is expected behavior.
> Please read what the book says about splitting tables
Bruno? Paul? Any ideas?
Thanks,
Dominic
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
djmalachi wrote:
So I created two writers:
PdfContentByte cb = writer.DirectContent;
PdfContentByte ur = writer.DirectContentUnder;
which allows me to draw text with cb and graphics with ur to get the text on
top of the graphics. Is this the best approach? I feel limited using this
method, beca