Jason Berk wrote: > Is it normal for cell borders to bloat the size of the file this > significantly?
Nice report! I like what you've done with the "Continued" header! How did you eventually implement it? As for the cell borders. I fear it's inherent to the fact that the full line used as bottom border for the table consists of a series of small lines, one for each cell. You can significantly reduce the file size by using a table event and by drawing the bottom border of each row using one single line. Use this for inspiration: http://itextpdf.com/examples/index.php?page=example&id=93 (Change the tableLayout method so that it draws a line instead of a Rectangle.) -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ 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/
