Hi,

I wanted to ask you which version of HTML does HTMLWorker support? I
am parsing an html file to HTMLWorker and it seems to be having
trouble reading the <style></style> tag.  Here's my style tag which,
for some, reason is printed inside the PDF as if it was plain text.

<style type="text/css">
                                                                html, body
                                                                {
                                                                        margin: 
0;
                                                                        
padding: 0;
                                                                        height: 
100%;
                                                                }
                        
                                                                body
                                                                {
                                                                        
background-color: #FFF;
                                                                        color: 
#000;
                                                                        font: 
20pt Verdana, Helvetica, Arial, sans-serif;
                                                                        
text-align: left;
                                                                }
                                </style>

I hope I have made my explanation clear.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
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