Thank you. Can you apply the changes to the version at itextpdf.sf.net and send me the complete changed files? There's certainly interest in spliting text cells.
Best Regards, Paulo Soares > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Smith, Daniel > Sent: Friday, April 23, 2004 12:09 AM > To: [EMAIL PROTECTED] > Subject: [iText-questions] Enhancement to PdfPTable > > Hi Paulo and Bruno, > � > Thank you for a very useful tool! We use it to generate > reports in one of our internal applications. > � > Recently it became an issue for us that iText drops rows from > the output when using PdfPTable if a row is larger than a > page. In order to fix this problem, I added some new methods > to PdfWriter, PdfDocument, PdfPTable, and PdfPRow which split > rows that are larger than a page into smaller rows. Currently > all I did was break apart nested tables that are too large > for a page. I can expand upon this work to split up cells of > pure text into multiple cells if there is interest. To split > apart large cells the user must call > PdfWriter.fitCellsToPageSize(PdfPTable table) before adding > their table to the document. Otherwise there is no change to > the existing logic. > � > I hope that you will consider incorporating these changes > into your source. I made the changes and tested them against > Bruno's most recent release, 1.02b. I can apply and test them > against a newer version of the source code if you like. I've > attached a text file that contains all of my additions along > with a sample java program that demonstrates the new functionality. > � > Thanks again, > -Dan > > ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg297 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
