pickm wrote: > Which Chunk? I am generically changing all fonts that come out of the > HTMLWorker, but when the element that comes out is a PdfPTable, the > chunk.size() is zero. I have also tried to dig into the table, and the > rows, and use the getCells() method, but that throws a null pointer.
So first you generate a PdfPTable that is wrong; then you want to correct the PdfPTable. That's not very efficient isn't it? Isn't there a way you can create the PdfPTable correctly the first time? For instance by using the correct Style from the start. I may be missing the point. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ 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
