Re: [iText-questions] Cell alignment issue.

2006-10-27 Thread Bruno Lowagie (iText)
[EMAIL PROTECTED] wrote: > Hi again , > > I think , the code I sent earlier was way too big and confusing for any > one to look. Moreover, it's about creating HTML. Not many people on this list use HtmlWriter. (It has been ages since I used it.) br, Bruno --

[iText-questions] Cell alignment issue.

2006-10-26 Thread madhur.taneja
Hi again ,   I think , the code I sent earlier was way too big and confusing for any one to look. I have removed all unnecessary things from it and made it precise. Can any one please have a look at following request.    Thanks in advance, Madhur Taneja   *   H

[iText-questions] Cell alignment issue.

2006-10-26 Thread madhur.taneja
 Hi,   I am using itext to print a (Grid) table in HTML format. But I could not justify the contents inthe cells with  ALIGN_RIGHT as horizontal alignment in the cells. I am using Table class instead of PdfPTable class as I want the output in HTML format.   Can I use PdfP class to produce HT