For landscape mode you can do this: Document myDoc = null;
myDoc = new Document(PageSize.LETTER.rotate(), 0, 0, 0, 0); the rotate() function will make the document from Portrait (default) mode to Landscape mode. --- Daniel Rabe <[EMAIL PROTECTED]> wrote: > Hi, is it possible to create a PDF document in > Landscape mode with iText? > > The other question I have regards tables. I need to > set table width and the > tutorial is not clear on this issue. Can anyone > help? > > Apart from the above questions, it's a great product > ... thanks to the > developers. > > thank you > > Daniel > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the new > InstallShield X. > From Windows to Linux, servers to mobile, > InstallShield X is the one > installation-authoring solution that does it all. > Learn more and > evaluate today! > http://www.installshield.com/Dev2Dev/0504 > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
