Re: Pagination

At 2002-05-27 07:34 -0400, Deepak Mehaboobani wrote:
>   We need to insert a static page as the "second" page of a pdf document.
>How do we force the static page to always appear as the second page ?

By creating a page sequence stating that you need a particular page 
geometry as the second page of the sequence, as in this example:

   <page-sequence-master master-name="frame-pages">
     <single-page-master-reference master-reference="frame"/>
     <single-page-master-reference master-reference="frame-static"/>
     <repeatable-page-master-reference master-reference="frame"/>
   </page-sequence-master>

The body of the simple-page-master named (in this example) "frame-static" 
would be assigned the content you always want to show up only on the second 
page.

I hope this helps.

................. Ken


--
Upcoming: 3-days XSLT/XPath and/or 2-days XSLFO: June 17-21, 2002
-       : 3-days XML Information Modeling: July 31-August 2, 2002

G. Ken Holman                mailto:gkholman@CraneSoftwrights.com
Crane Softwrights Ltd.         http://www.CraneSoftwrights.com/f/
Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (Fax:-0995)
ISBN 0-13-065196-6                      Definitive XSLT and XPath
ISBN 1-894049-08-X  Practical Transformation Using XSLT and XPath
ISBN 1-894049-07-1               Practical Formatting Using XSLFO
XSL/XML/DSSSL/SGML/OmniMark services, books(electronic, printed),
articles, training(instructor-live,Internet-live,web/CD,licensed)
Next public training:               2002-05-06,07,09,10,13,15,20,
-                    06-04,07,10,11,13,14,17,20,07-31,08-05,27,30

Received on Monday, 27 May 2002 12:16:28 UTC