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:
<table width="80%" border=1 cellspacing=1 cellpadding=1 id="reviewerTable"
cols=7>
<tr>
<td>Id</td>
<td>FirstName</td>
<td>Lastname</td>

I was expecting the above contents to be displayed in html browser view
format.When I searched in net, I was not able to get enough info on how to
achieve this.


-- 
View this message in context: 
http://www.nabble.com/Need-to-display-Html-content-in-html-format-in-pdf-file-tp25530312p25530312.html
Sent from the iText - General mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to