Hi Ronnie, > Does not exist an attribute that would say to my table to extend it until > there is no more available area on the last page ?
Trust me, there is none. I create the table, parse the area tree and then insert empty blocks with a calculated height to simulate that. You can search the archive for threads I started, many of them deal with exactly that problem... Regards, Georg Datterl ------ Kontakt ------ Georg Datterl Geneon media solutions gmbh Gutenstetter Straße 8a 90449 Nürnberg HRB Nürnberg: 17193 Geschäftsführer: Yong-Harry Steiert Tel.: 0911/36 78 88 - 26 Fax: 0911/36 78 88 - 20 www.geneon.de Weitere Mitglieder der Willmy MediaGroup: IRS Integrated Realization Services GmbH: www.irs-nbg.de Willmy PrintMedia GmbH: www.willmy.de Willmy Consult & Content GmbH: www.willmycc.de -----Ursprüngliche Nachricht----- Von: rOnnie974 [mailto:[email protected]] Gesendet: Freitag, 5. Februar 2010 05:32 An: [email protected] Betreff: Re: Table height issue Hi, Thanks for your answer. Unfortunately, as I said, I write directly in XSL FO. It was simplier for me to have the design I want, but perhaps I made a mistake. Moreover, the height of each quote can change as they can have a bigger description. Another difficulty is that the document can be extended on several pages, and the header do not have to be repeated. So the last page can be different than if it has only one. Does not exist an attribute that would say to my table to extend it until there is no more available area on the last page ? Venkat Reddy-7 wrote: > > Hi, > > May be, you can acheive this using your xslt file. > I hope, you are using XSLT + XML to generate XSL:FO file. > You can check the number of rows under each quote while generating the > FO file, add the extra empty rows or increase the height of the last > row when the script finds less no.of rows. > > Hope this will help you, > Venkat. > > rOnnie974 wrote: >> I am using the trunk version of FOP. >> >> here is a pdf I generated. >> >> https://www.yousendit.com/download/S1VEaUNGaTFoMlVLSkE9PQ (available >> 7 >> days) >> >> I want that the second table can be extended to fill the entire page. >> >> >> Venkat Reddy-7 wrote: >> >>> Hi, >>> >>> Can you please provide an example doc what you are looking for? >>> and also mention the version you are using... >>> >>> Thanks, >>> Venkat. >>> >>> rOnnie974 wrote: >>> >>>> Hello, >>>> >>>> I make quote documents by writing directly in XSL-FO with a XML behind. >>>> >>>> The number of rows is variable from one quote to another, so I have >>>> to put some blank rows at the end of the table body before the >>>> footer, so that the table takes the entire page. >>>> >>>> How can I make it dynamically ? Or do you see another solution to >>>> this issue ? >>>> >>>> Thanks in advance. >>>> >>>> Ronnie Baret >>>> >>>> >>> -------------------------------------------------------------------- >>> - To unsubscribe, e-mail: >>> [email protected] >>> For additional commands, e-mail: >>> [email protected] >>> >>> >>> >>> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://old.nabble.com/Table-height-issue-tp27451583p27463438.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
