Hi
I want to display an html in the section Header. Until now I used AddRichContent and it seemed to work for basic html . However now my html used the table tags and AddRichContent but it doesnt come out good
IText
headerText = header.AddText(0, PAGE_HEADER_TOP_MARGIN)
this is the text
<html><body><table><tr><td width="20%"><font size="2" face="Arial"><b>Milestone: </b>ms1<td/><td width="60%"><font size="2" face="Arial"><b>Milestone Scope Item: </b>Severe Defects</td><td width="20%" align="right"><font size="2" face="Arial"><b>Last KPI Date: </b>17/12/09</td></tr></table></body></html>
Can you please help
Hi,
The Document Engine does not have any intrinsic support for full HTML rendering. In other words, we currently do not have any ability to take an HTML string and directly translate it into Document Engine objects (such as lists, trees, grids, tables, etc).
The procedure that you will have to use is something similar to the following logic:
The ability of directly rendering HTML by the Document Engine itself is a feature requested by customers. I will happily forward this forum post to our product manager so that it is also included within the collection of feature requests.
Thanks,
Tom