Re: PDF landscape rendering

2002-12-19 Thread Yugandhar_Kodali

Hi Chris,

Thank you very much giving the suggestion.I am able to get the document printed in PDF with landscape.

I was unsuccessful earlier due to adding additional attributes ,that made difficult to get it done.

I appreciate your answer and thanks once again.

Yugandhar Kodali
212 919 3169

Re: PDF landscape rendering

2002-12-19 Thread Chris Bowditch
See comments below

From: [EMAIL PROTECTED]
Hi All,
I am able to get PDF documents generated using FOP of Apache Software.The
default for page rendering is Portrait.
When I want to get document in landscape format,I used different options
available to get the PDF page.

reference-orientation is not implemented in FOP
page-height="29.7cm"
use page-height="24cm" instead
page-width="24cm"
use page-width="29.7cm" instead
margin-top="1.5cm"
margin-bottom="0.5cm"
margin-left="1cm"
margin-right="1cm">





This didn't work,then I tried with

This is also not giving the output in the landscape format.
Can anyone suggest me the correct code to be implemented to get landscape
format of the PDF page.
Thanks in advance.
Yugandhar Kodali




_
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail

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


PDF landscape rendering

2002-12-18 Thread Yugandhar_Kodali

Hi All,

I am able to get PDF documents generated using FOP of Apache Software.The default for page rendering is Portrait.
When I want to get document in landscape format,I used different options available to get the PDF page.



reference-orientation="90"
page-height="29.7cm"
page-width="24cm"
margin-top="1.5cm"
margin-bottom="0.5cm"
margin-left="1cm"
margin-right="1cm">

margin-bottom="3cm"
margin-left="0.25cm"
margin-right="0.25cm">








This didn't work,then I tried with



This is also not giving the output in the landscape format.

Can anyone suggest me the correct code to be implemented to get landscape format of the PDF page.

Thanks in advance.

Yugandhar Kodali