Re: Fixing the table height

2015-02-16 Thread Pascal Sancho
Hi, generally speaking, FOP prior 0.9x was widely buggy, regarding block-progression-dimension (AKA height) related things. Current FOP versions (since refactoring started with 0.9x) gives expected results. In addition, older versions didn't fully respect XSL-FO recommendations. So you'll get

Re: Fixing the table height

2015-02-16 Thread Pascal Sancho
fingers too big ... That said, I'm not sure that fixed table height will be implemented in short-term; the main question is: how distribute remaining vertical space between rows. 2015-02-17 8:47 GMT+01:00 Pascal Sancho psancho@gmail.com: Hi, generally speaking, FOP prior 0.9x was widely

Re: Fixing the table height

2015-02-16 Thread fop_ag
Hi Pascal, Will check this solution.. But one doubt , y with newer fop version it stopped working in expected way ? In older version it was working properly.. -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Re-Fixing-the-table-height-tp41699p41772.html Sent from the

Re: Fixing the table height

2015-02-16 Thread Pascal Sancho
Hi, I understand now what you want. For that, you need to set row height. This can be computed at XSLT stage: xsl:variable name=rowHeigh value=concat($availableHeight div count($myInputData/row), 'pt')/ ... fo:row height={$rowHeigh} ... /fo:row 2015-02-16 6:14 GMT+01:00 fop_ag

Re: Fixing the table height

2015-02-16 Thread fop_ag
Hi, I've attached a snapshot which gives pictorial representation of the problem. Image File : problem.jpg http://apache-fop.1065347.n5.nabble.com/file/n41755/problem.jpg http://apache-fop.1065347.n5.nabble.com/file/n41755/problem.jpg -- View this message in context:

Re: Fixing the table height

2015-02-16 Thread fop_ag
Hi, I've attached a snapshot which gives pictorial representation of the problem. problem.jpg http://apache-fop.1065347.n5.nabble.com/file/n41769/problem.jpg -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Re-Fixing-the-table-height-tp41699p41769.html Sent from