There's an example in the tutorial on how to split columns. All the rest is a matter of knowing what the final layout should be and implement it by counting the rows and columns.
Paulo ----- Original Message ----- From: "Tom Smitch" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, August 21, 2007 9:27 PM Subject: [iText-questions] Large tables > Hi, > > I have big problem. The number of columns and rows of table in my > application can change and it can be many. It is important that the > generated PDF will be printer friendly - when printing the pdf no data is > lost and columns and rows are not broken in the middle. If there is not > enough room for all the columns in the printed page I want that the next > page will print the columns that couldnt fit in the previous page. The > same > with rows. > > I've read "SplitTable" and "FragmentTable", and I've noticed that this is > impossible, am I right?. > > When I use writeSelectedRows method, automatic rows split stopped working. > I > can find any options for automatic columns spliting :( > > Please help ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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/
