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 "Sampige, Srinivas" <sr...@boeing.com> on 2002/02/15 22:50:15 UTC

controlling orientation

I want my PDF pages to be generated in a LandScape orientation. How do I do
that?

thanks
Srinivas

Re: controlling orientation

Posted by Chuck Paussa <Ch...@systems.dhl.com>.
Sampige,

You set the page size to 11" x 8.5". The printer then figures out that 
it should be printed landscape

<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <fo:layout-master-set>
        <fo:simple-page-master master-name  ="page-first"
                                page-height  ="8.5in"
                                page-width   ="11in">

Chuck

Sampige, Srinivas wrote:

>I want my PDF pages to be generated in a LandScape orientation. How do I do
>that?
>
>thanks
>Srinivas
>