[iText-questions] Problem with splitting cells

2007-12-22 Thread Dominic Maricic
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

Re: [iText-questions] Issue with large cell

2007-12-22 Thread Dominic Maricic
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/ ___

Re: [iText-questions] Another newbie, another question!

2007-12-22 Thread Bruno Lowagie
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