On Fri, 24 May 2002, Joshua C. Lerner wrote: > Hi - I'm seeing something weird that I can't seem to get around. URLs > below. In test2.pdf, there is much more vertical space between the > second pie label and second pie image, than in the first case. I'm not > sure why. This only happens inside the Cell/Table (see test3.pdf).
Hi - I managed to get around the problem by adding the second pie image inside a Chunk: | Chunk pie2ch = new Chunk(pie2, 0, -90) Had to tweak the y offset, but at least it looks OK now. Joshua > (current problem) > http://www.panix.com/~jlerner/pdf/test2.java > http://www.panix.com/~jlerner/pdf/test2.pdf > > (looks correct, but I need to be able to do this in a Table structure) > http://www.panix.com/~jlerner/pdf/test3.java > http://www.panix.com/~jlerner/pdf/test3.pdf _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
