Testing converting some simple HTML to PDF using iText HtmlParser class.

<html> 
<body>
        <p>
        <font color="#0000ff"><em>Colored Italic Text</em></font>
        </p>
</body>
</html>

The output PDF "Colored Italic Text" is just italic not colored blue as it
should be.

The problem seems to be that since the font tag attributes (color="#0000ff")
are not applied to the chunk when the font start tag is encountered.  Later
on when the em end tag is encountered it does not merge correctly the font
color with the italic style.  

Any thoughts would be appreciated.

Thanks

Mark Hanfland
770-633-2248




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to