Hi, any other tricks or hacks to control cell width? I have tried with colspan, but in more complex HTML page I can not use this.
Žiga -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Friday, August 29, 2008 12:25 PM To: Post all your questions about iText here Subject: Re: [iText-questions] HTMLWorker - table cell width Cell width is not supported in HTMLWorker. Paulo ----- Original Message ----- From: "Ziga Janez" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" <[email protected]> Sent: Friday, August 29, 2008 8:25 AM Subject: [iText-questions] HTMLWorker - table cell width Hi, How to cotrol table cell width when converting html to pdf with HTMLWorker. ParseToList(). I have tried with: - st.LoadStyle("title", "width", "100px"); - <td width="100">test</td> - <td style="width:100px"></td> searching for solution on googel and itext-questions archive, but not found working solution. Žiga ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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
