Simply set page-height and page-width to the right values.
(or just switch the values)

The following part gives you a DIN A4 page in landscape.

    <fo:layout-master-set>
        <fo:simple-page-master master-name="basic page"
                               page-height="210mm"
                               page-width="297mm"
                               margin-top="0cm"
                               margin-bottom="0cm"
                               margin-left="0mm"
                               margin-right="0mm">
        <fo:region-body margin-top="0cm"
                        margin-right="5mm"/>
        <!--<fo:region-after extent="2cm"/> -->
        </fo:simple-page-master>
    </fo:layout-master-set>

-----Ursprungliche Nachricht-----
Von: Sylvie Picouet [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 29. November 2002 18:18
An: '[EMAIL PROTECTED]'
Betreff: Landscape format


How is it possible to get some pages of a pdf document in the landscape
format ?
Thanks for your help.

Sylvie.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to