doc.setPageSize(PageSize.A4.rotate()); ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Thursday, January 13, 2005 5:16 AM Subject: RE: [iText-questions] Need a quick solution
> > Soares, > > Thanks for your help on displaying tables across pages. > > I would like to set default page type as landscape, how can I do it? > > I tried using doc.setPageSize(PageSize.A4); > > > Thanks in advance. > > > Regards, > Avuldapur Srikanth Reddy > Tata Consultancy Services Limited > Mailto: [EMAIL PROTECTED] > Website: http://www.tcs.com > > > > "Paulo Soares" <[EMAIL PROTECTED]> > 01/07/2005 10:01 PM > > > To > <[EMAIL PROTECTED]>, <[email protected]> > cc > > Subject > RE: [iText-questions] Need a quick solution > > > > > > > > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Friday, January 07, 2005 1:57 PM > To: [email protected] > Subject: [iText-questions] Need a quick solution > > > Hi, > > I am exploring iText API for generating dynamic PDF documents. My problem > is, I am not able to control the display the number of record per page > using Tables. > > My data is inside tables, is there any way to control the data into > different pages without using document.newPage() method. > > You must use a PdfPTable and control yourself the pagination. > > Another problem is Adding a footer with page numbers. Please reply back > with the solutions. > > > See the example headers_and_watermarks.java at itextpdf.sf.net > > ForwardSourceID:NT0000280A > > > Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
