if you're using xsl transformation... have you tried
<xsl:if test="fo:page-number != 0">
<your current page numbering here
</xsl:if>
On 03/22/2015 10:30 AM, Roberto Nunnari wrote:
Hi.
I need to change a servlet that generates a FO document and then
transforms it into a pdf document. Unfortunately I know almost nothing
about Formatting Objects. :-(
At present the FO adds the page number on every page.
I need to change it so that it adds the page number, but only if there
are more than one page.
fop version in use is very old.. 0.91beta and build-Id is from 20051223
Any help very appreciated.
Thank you and best regards.
Robi
---------------------------------------------------------------------
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]