You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by shrutin <sh...@mastek.com> on 2009/10/09 14:40:37 UTC

Page Numbers

Hello All,

I need to have the format of the doc according to the attached file.
Need to knwo if it is possible to have no page numbers on the second page of
the document and then start from the third page as in the attached document.
Is this possible.


Thanks 
Shruti
http://www.nabble.com/file/p25820450/Sample%2BPage.doc Sample+Page.doc 
-- 
View this message in context: http://www.nabble.com/Page-Numbers-tp25820450p25820450.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


RE: Page Numbers

Posted by "Amick, Eric" <Er...@mail.house.gov>.
> Hello All,
> 
> I need to have the format of the doc according to the attached file.
> Need to knwo if it is possible to have no page numbers on the second
> page of
> the document and then start from the third page as in the attached
> document.
> Is this possible.

You can do something like this:

<fo:page-sequence-master master-name="document">
	<fo:repeatable-page-master-reference
master-reference="no-page-numbers" maximum-repeats="2"/>
	<fo:repeatable-page-master-reference
master-reference="page-numbers"/>
</fo:page-sequence-master>

Define two appropriate simple-page-masters called no-page-numbers and
page-numbers, and you're all set.

Eric Amick   Systems Engineer II
Legislative Computer Systems



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org