hi friends, i have a image overlap problem in parsing the simple html table using HtmlParser both img and column text is inside the <td>.when i parse the table the result pdf will have overlapped image on text.i mean column text is wrapped in to next column.please help
here is my html code: <html> <body> <table width ="99%"> <tr> <td colspan="4">NewsPaper</td> </tr> <tr> <td colspan="4"></td> </tr> <tr> <td colspan="4">papers Generated 01/21/2009 - </td> </tr> </table> <table width ="99%"> <tr> <td class="bold" style="padding-top:6px;">paper Name </td> <td id="newp" style="padding-top:6px;">Status</td> <td>published Date</td> </tr> <tr> <td > icon.gif The New Country</td> <td>Printed</td> <td>12/09/2008</td> </tr> </table> </body> </html> -- View this message in context: http://www.nabble.com/Acrobat-and-difference-between-actual-image-size-and-their-containers-tp17998460p22159451.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ 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 iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php