harsha ravindra wrote: > Hi, > > How can i spread a PdfPTable over the whole page.. I tried by setting > document margins to 0, only the Paragraphs go close to margins but not > the PdfPTable.. > Is there a way that i can increase the table width something like > 'setWidth()' etc..
Yes, you can either set the width percentage to 100% (the default is 80%) or set the absolute width with setTotalWidth(w); setLockedWidth(true); Don't forget setLockedWidth! br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
