Re: [iText-questions] Big problem in deteterming height when page breaks

2008-06-17 Thread Bruno Lowagie
FlyingBuzz wrote: > Well I think i should have drawn the drawing more complex. because it isnt as > simple as that.cant just extend the last row because thats the signature > part. need to extend a middle row that is in one of the blcoks Could you make some examples in Word or OpenOffice that I co

Re: [iText-questions] Big problem in deteterming height when page breaks

2008-06-17 Thread FlyingBuzz
Well I think i should have drawn the drawing more complex. because it isnt as simple as that.cant just extend the last row because thats the signature part. need to extend a middle row that is in one of the blcoks Bruno Lowagie (iText) wrote: > > FlyingBuzz wrote: >> Well, here is a drawing on

Re: [iText-questions] Big problem in deteterming height when page breaks

2008-06-17 Thread Bruno Lowagie
FlyingBuzz wrote: > Well, here is a drawing on what I am trying to do. > > Hope this makes it clear. > > http://www.nabble.com/file/p17867501/Untitled.gif I've made some PDFs with nested tables here: http://1t3xt.info/examples/browse/?page=example&id=387 The tables are ugly, but I hope they giv

Re: [iText-questions] Big problem in deteterming height when page breaks

2008-06-16 Thread FlyingBuzz
FlyingBuzz wrote: > > Well, here is a drawing on what I am trying to do. > > Hope this makes it clear. > > http://www.nabble.com/file/p17867501/Untitled.gif > also look at the sample pdfs I posted in the share examples of pdfs for idea how the red table of item summery is where it could

Re: [iText-questions] Big problem in deteterming height when page breaks

2008-06-16 Thread FlyingBuzz
Well, here is a drawing on what I am trying to do. Hope this makes it clear. http://www.nabble.com/file/p17867501/Untitled.gif -- View this message in context: http://www.nabble.com/Big-problem-in-deteterming-height-when-page-breaks-tp17833515p17867501.html Sent from the iText - General maili

Re: [iText-questions] Big problem in deteterming height when page breaks

2008-06-15 Thread Bruno Lowagie
FlyingBuzz wrote: > well, i dont think your understanding the question still thats why i tried to > explain it better. I guess i will post some examples of what I mean later on > on monday. The example you posted I don't think it is quite I am asking for. > It is hard for me to explain I guess with

Re: [iText-questions] Big problem in deteterming height when page breaks

2008-06-15 Thread FlyingBuzz
well, i dont think your understanding the question still thats why i tried to explain it better. I guess i will post some examples of what I mean later on on monday. The example you posted I don't think it is quite I am asking for. It is hard for me to explain I guess without images of the pdf in

Re: [iText-questions] Big problem in deteterming height when page breaks

2008-06-14 Thread 1T3XT info
FlyingBuzz wrote: > so what i need is a way to get the height of table including all the extra > page headers and subheaders. when a table and sub table is broken. also the > extra spaces it adds to make the pages before fill to end. Nothing in your extra mail indicates that you have looked at the

Re: [iText-questions] Big problem in deteterming height when page breaks

2008-06-14 Thread FlyingBuzz
well. lets see this is what i have the main page is a table the main table have a header follow by other types of table inside that table the other tables have headers too. When i do stuff like getTotalHeight it will tell me the hight of the table with only 1 header counted even if the maintabl

Re: [iText-questions] Big problem in deteterming height when page breaks

2008-06-14 Thread 1T3XT info
FlyingBuzz wrote: > I have a big problem figureing the height of a table when a page breaks. I don't know if I understand the question, but whenever I need more control over tables, I wrap them in a ColumnText object, as is done here: http://www.1t3xt.info/examples/browse/?page=example&id=286 (I d

[iText-questions] Big problem in deteterming height when page breaks

2008-06-13 Thread FlyingBuzz
I have a big problem figureing the height of a table when a page breaks. When I getTotalHeight it only counts header and stuff once but when a page breaks the headers will be added again also the subheaders of the broken table. I need to know the height of the stuff is on the last page so far.