Hi,

I have a similar question, and the code below does not what I want, so maybe there is another way...

I want one page of my RTF document written by RTFWriter2 to be landscape. The trouble is that this page is in a chapter/section hierarchy and I want one subsection to be written on a separate, landscape-orientated page.

Obviously, when I use the code mentioned below, the chapter the section belongs to has already or has not yet been added to the document. So either I create the landscape page before or after the chapter.

Is there a way to place a section on such a rotated page?

Thanks,
Lorenz

Paulo Soares wrote:
document.setPageSize(PageSize.A4.rotate());
document.newPage();

----- Original Message ----- 
From: "Dmitri" <[EMAIL PROTECTED]>
To: <itext-questions@lists.sourceforge.net>
Sent: Thursday, December 09, 2004 8:21
Subject: [iText-questions] Can i rotate second page of document


  
Is it possiblÑ rotate one page in multi page document?




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
    



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions


  

Reply via email to