jhart wrote: > Hi, I have a form that consists of a half-page of stamped fields and > would like to insert a dynamic PdfTable to the bottom of the page. I > have a dummy field to mark the top of the table and can insert my table > using Stamper, getOverContent and write SelectedRows -- so far, so good. > I need to cover the case when the number of rows causes my table to > extend onto subsequent pages (currently, the "extra" rows are clipped at > the bottom of page 1). > > I have the book and have looked for this scenario (as well as the > "AddBigTable" tutorial) but can't find the case where the table starts > in the middle of the page and splits onto multiple pages thereafter.
I'm not sure if I fully understand the question, but isn't this a case where you'd want to add a PdfPTable using a ColumnText object. I don't have a ready-made example (if I have, I don't remember), but this shows you how to put PdfPTables in columns: http://1t3xt.be/?X0000a4 -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
