Tables are tricky If I recall correctly, XMLWorker will try to fit your table in the page taking into account your page margins. If you have defined a table in html which is wider then the page it cannot fit it. The width settings will only be used if total width of the table is smaller then the area that can be used. (both CSS width property or <table width=""> should work). 100% should take whole available width but if your cells also define width, it's influenced by that too.
Regards Balder On 29/11/11 20:52, Jason Berk wrote: > With XML Worker how do I make my <table> have a width of 100% of the > page? > > Jason Berk > jb...@purduefed.com > www.purduefed.com > 800.627.3328 x8902 > > > This is a transmission from Purdue Federal Credit Union (Purdue Federal) and > is intended solely for its authorized recipient(s), and may contain > information that is confidential and or legally privileged. If you are not an > addressee, or the employee or agent responsible for delivering it to an > addressee, you are hereby notified that any use, dissemination, distribution, > publication or copying of the information contained in this email is strictly > prohibited. If you have received this transmission in error, please notify us > by telephoning (765)497-3328 or returning the email. You are then instructed > to delete the information from your computer. Thank you for your cooperation. > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > iText-questions mailing list > iText-questions@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/itext-questions > > iText(R) is a registered trademark of 1T3XT BVBA. > Many questions posted to this list can (and will) be answered with a > reference to the iText book: http://www.itextpdf.com/book/ > Please check the keywords list before you ask for examples: > http://itextpdf.com/themes/keywords.php -- Balder VC http://www.redlab.be/blog/ http://twitter.com/redlabbe ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php