I was wrong, I do use XSLT with XML ;)
rOnnie974 wrote: > > 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-tp27451583p27463616.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]
