[iText-questions] Need to display Html content in html format in pdf file

2009-09-21 Thread satheesh kumar
Hi All, I use velocity template engine to generate a template.This template contains some junk of data along with html table format. This html content is stored in java.io.Writer object. When I load this content into pdf using itext.Paragraph class, the html syntax are displayed as it is Eg: Wel

[iText-questions] Image not dispaying in RTF document (Wordpad)

2008-02-06 Thread Satheesh
I am using itext-2.0.0.jar APIs to insert an image(bar code) to my RTF template. Every thing works fine in MS Word. But the content is seems to be missing when opening the same file in Word pad. The problem occurs only if  I insert an image, normal texts and tables works fine in Word pad. An

[iText-questions] How add the footer to existing PDF file.

2006-09-20 Thread Satheesh
Hello, I need to add the footer to existing PDF file. I am using ITEXT package, but I am not able to fix it. Any body know this, how to fix this problem? Thanks in Advance Satheesh - Take Surveys. Earn Cash. Influence

[iText-questions] RE:HTML to PDF tables.

2004-03-02 Thread Satheesh Naidu
   j += cell.colspan();     table.addCell(cell);     } ...}...}Satheesh NaiduAlabama Interactive I'm new to iText and like what I've seen so far.  I did have

[iText-questions] RE:HTML to PDF tables.

2004-03-02 Thread Satheesh
   j += cell.colspan();     table.addCell(cell);     } ...}...}Satheesh NaiduAlabama Interactive I'm new to iText and like what I've seen so far.  I did have