I think you can just set the page-width and page-height attributes in your
page master element, e.g.,

<fo:layout-master-set>
    <fo:simple-page-master
        page-master-name="pmaster"
        page-width="11in" page-height="8.5in"
        ...
    </fo:simple-page-master>
</fo:layout-master-set>

However, I'm *not* an expert in using fop :)

-Christopher




Please respond to [EMAIL PROTECTED]

To:   "Cocoon-Users-MailingList" <[EMAIL PROTECTED]>
cc:

Subject:  To those who are experts in using fop


I want to create a pdf file in landscape format.
First, is it possible and if so, is it complexer than using portrait
format?

Sorry, if it's a stupid question, I have never worked with fop before.

JOERN_HEID





---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to