Re: [iText-questions] HTMLWorker - table cell width for c#

2010-06-17 Thread karl56
Hello Samuli Tuomola You are not the only one how missed it. but I needed it in C#. So I changed Your code to c# and it works. Thanks a lot here the C# code: in Htmlworker.cs line 530 //-- System.Collections.ArrayList CellWidths = new System.Collections.ArrayList();

Re: [iText-questions] HTMLWorker - table cell width

2010-03-04 Thread Samuli Tuomola
lists.sourceforge.net] On Behalf Of > Paulo Soares > Sent: Friday, August 29, 2008 2:48 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] HTMLWorker - table cell width > > There's no workaround, it's just not there the feature. It was no

Re: [iText-questions] HTMLWorker - table cell width

2008-08-31 Thread Ziga Janez
Subject: Re: [iText-questions] HTMLWorker - table cell width There's no workaround, it's just not there the feature. It was not needed initially and later I had other things to do. Paulo - Original Message - From: "Ziga Janez" <[EMAIL PROTECTED]> To: &quo

Re: [iText-questions] HTMLWorker - table cell width

2008-08-29 Thread Paulo Soares
August 29, 2008 12:16 PM Subject: Re: [iText-questions] HTMLWorker - table cell width 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 PROTEC

Re: [iText-questions] HTMLWorker - table cell width

2008-08-29 Thread Ziga Janez
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" Sent: Frida

Re: [iText-questions] HTMLWorker - table cell width

2008-08-29 Thread Paulo Soares
Cell width is not supported in HTMLWorker. Paulo - Original Message - From: "Ziga Janez" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Friday, August 29, 2008 8:25 AM Subject: [iText-questions] HTMLWorker - table cell width Hi,