Page Numbers

View: New views
2 Messages — Rating Filter:   Alert me  

Page Numbers

by shrutin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
Sample+Page.doc

RE: Page Numbers

by Amick, Eric :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> 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@...
For additional commands, e-mail: fop-users-help@...