It seems that page-height="indefinite" is not yet implemented in fop 0.20.5 with PDF Rendering
Is there another solution to make page-height dynamic ?
I have an idea, but i don't know if it will be work.
I have created a xsl variable like this : <xsl:variable name="page.height">5cm</xsl:variable>
and my simple-page-master tag is : <fo:simple-page-master master-name="default-page" page-width="5.57cm" page-height="{$page.height}">
Is possible to get the y coordinate (in cm or in) of the last block of my document ?
Thanks in advance for answers.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
