I am looking to convert the generated HTML output from an ASPX page to a
PDF file.  I have this "sort of" working using the XMLWorker.  The ASPX /
HTML page that I am looking to convert has an orderd list on it - what I am
seeing is for list items 1-9 everything comes out perfect.  Once I get to
double digits - greater than 10 - the trailing period after 10. , 11., 12.,
etc is not present and the spacing is not correct.

The line of code that is doing the conversion for me is simply :
GetInstance().ParseXHtml(writer, doc, New StringReader(markup)) - where the
markup variable is a string of the generated HTML.

Can anyone explain why this is happening and what I need to do to fix the
output?

Thanks

sb
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to