You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by JoeSch <jo...@web.de> on 2002/01/17 03:06:36 UTC

page 1 of 2

how could  i create the output

page 1 of 2

page 2 of 2

in my document-footer

thanks 

joe



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: page 1 of 2

Posted by Polly Tsang <po...@ouhk.edu.hk>.
You can find the reference document at the following URL:
http://www.renderx.com/Tests/doc/fo/tutorial.fo

At 03:06 AM 2002/1/17 +0100, you wrote:
>how could  i create the output
>
>page 1 of 2
>
>page 2 of 2
>
>in my document-footer
>
>thanks
>
>joe
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
>For additional commands, email: fop-dev-help@xml.apache.org


Best Regards,
Polly
Tel: (852) 2768-6836


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


RE: page 1 of 2

Posted by Henk Gootjes <hg...@delias.nl>.
Without searching on the web an easy example:

Place this in the Page-sequence on the top of your source.

<!-- Setting Page numbers -->
<fo:static-content flow-name="xsl-region-after">
	<fo:block text-align="center">		
		page <fo:page-number/> of <fo:page-number-citation ref-id="endofdoc"/>
	</fo:block>
</fo:static-content>

and put this at the end of your source.

<fo:block id="endofdoc"></fo:block>

Henk

-----Oorspronkelijk bericht-----
Van: JoeSch [mailto:joe_sch@web.de]
Verzonden: donderdag 17 januari 2002 3:07
Aan: fop-dev@xml.apache.org
Onderwerp: page 1 of 2


how could  i create the output

page 1 of 2

page 2 of 2

in my document-footer

thanks 

joe



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org