> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to