Re: [iText-questions] PdfPTable and getPageNumber()

2005-06-05 Thread Bruno Lowagie
Dominic Maricic wrote: Hi Bruno, Thanks for the quick response. Can you point me to an example of something similar? I'm a bit hazy on how it would work, though I've read the entire tutorial at least 3 times now. PdfContentByte doesn't have a getPageNumber(). Thanks for all of your hard work!

Re: [iText-questions] PdfPTable and getPageNumber()

2005-06-05 Thread Bruno Lowagie
Dominic Maricic wrote: I’ve seen this question asked before, but it wasn’t answered. I am adding a multiple PdfPTable’s on each page. Inside the table the first cell calls getPageNumber() so that I can display something like 3.4, next table would have 3.5, etc where the 3 is the page number. T

[iText-questions] [dynamic table length]

2005-06-05 Thread Marco Büchler
hi, i'm using the xml notation for building rtf files. so i have to perform a table with different table rows. sometimes there are 3 rows sometimes there are 5 rows. i would write just one row in my xml-file (a template) and would generate in my java-class the complete class. does anybody k

Re: [iText-questions] [total number of pages]

2005-06-05 Thread Mark Hall
On Saturday 04 June 2005 13:05, Marco Büchler wrote: > i'm using the RTFWriter (not the RTFWriter2). but the new > RtfTotalPageNumber() doesn't work. How and where are you using the RtfTotalPageNumber? Greetings, Mark -- My GPG public key is available at: http://www.edu.uni-klu.ac.at/~mhall/data/

[iText-questions] PdfPTable and getPageNumber()

2005-06-05 Thread Dominic Maricic
I’ve seen this question asked before, but it wasn’t answered. I am adding a multiple PdfPTable’s on each page. Inside the table the first cell calls getPageNumber() so that I can display something like 3.4, next table would have 3.5, etc where the 3 is the page number. The problem is that i