Quoting Antoine BLANC <[EMAIL PROTECTED]>: > Hello, > > > I'm sorry to send you this mail directly but I can't send it to the mailing > list! :-((
What kind of error do you receive when sending a message to the list? > Can You forward it for me ? I can answer it. But I will forward it anyway. Maybe somebody knows a workaround. > this is my question : > > I have a table in my PDF document. > I use Table class and setCellsFitPage(true) methode. > iText repeat the header on each page. That's perfect. > > But is there the same thing for a footer ? No, this is not implemented. It would be very hard to do. > And how can I put a footer on my table ? The only possibility I see, is to code something yourself. Maybe it would be better to use PdfPTable and do some math with it. br, Bruno ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
