Re: [iText-questions] Problem in rotating RTF page

2005-10-07 Thread Mark Hall
On Friday 07 October 2005 06:20, Sujatha Bharathan wrote: > Though i gave this only after giving new page in the end of second page all > the pages rotate to landscape document.newPage(); > document.setPageSize(PageSize.A4.rotate()); > Please let me know how to fix it. You will need to use

[iText-questions] Problem in rotating RTF page

2005-10-06 Thread Sujatha Bharathan
Hi, I am facing some problem in rotating RTF page. After creating two pages with page information and contents. i want to rotate the page fom the thirdpage onwards. Though i gave this only after giving new page in the end of second page all the pages rotate to landscape  document.newPage(); doc