Ken wrote: > Bruno, > > I'm still trying to get 3 rows printed as footer. You suggested I > remove the setFooterRows() call, even though I thought that would > force the footer table to show 3 rows.
And I close my umbrella even if it's still raining. Please don't assume that I know what you are talking about. As far as I remember you add a footer using page events. You want to use a 3-row table in this footer. Well, then why don't you create a 3-row PdfPTable and add it with writeSelectedRows? Because you are using page events, the table will be added on every page. Therefore you don't need to set the footer rows. Unless you are doing something completely different. But again: how can I know? best regards, Bruno ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
