[iText-questions] Re: HTMLWorker and ColumnText

2005-07-27 Thread Rebecca
Well now that's interesting. My htm page is created by manually renderining the asp.net controls and writing the output to a file. The span tags are being rendered from asp.net label controls, and as a whole in the webpage, the spans do work. isolated they do not. well, it partially works.

Re: [iText-questions] Re: HTMLWorker and ColumnText

2005-07-26 Thread Paulo Soares
Your code won't work in a browser either. If you replace the "span" tags with "p" tags it will work. - Original Message - From: "Rebecca" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 26, 2005 7:01 PM Subject: [iText-questions] Re: HTMLWorker and

[iText-questions] Re: HTMLWorker and ColumnText

2005-07-26 Thread Rebecca
I don't think I can attach files through this, and I'm at work, so I can only post here. Here is an isolated example of what I am seeing. *this is the same length as the text in my report that i really want to used here please. ABCDEFGHIJKLMNOPQRSTUVWXYZ AGAIN OVER AND OVER AGAIN

Re: [iText-questions] Re: HTMLWorker and ColumnText

2005-07-25 Thread Paulo Soares
- Original Message - From: "Rebecca" <[EMAIL PROTECTED]> To: Sent: Monday, July 25, 2005 4:10 PM Subject: [iText-questions] Re: HTMLWorker and ColumnText > The code you provided does not work for me. It errors on the document having > no pages. I have to

[iText-questions] Re: HTMLWorker and ColumnText

2005-07-25 Thread Rebecca
The code you provided does not work for me. It errors on the document having no pages. I have to use ct.SetSimpleColumn(document.Left, document.Bottom, document.Left, document.Top) and set ct.YLine = document.Top...I suppose there may be a better combination, but I have not found it. :( I am