Hi,

    I am using itext 5.3 in java to generate PDF. I was using
HTMLWorker.parseToList(Reader, StyleSheet) to convert part to String which
contains HTML tags like Bold, Italic, href etc to PDF. For example, strings
like "This is test * bold * text" to convert part of text to be bold.
    
    The performance was good with HTMLWorker.
    
    Since its deprecated now, I started using
XMLWorkerHelper.parseXHtml(ElementHandler, Reader) and I found the
performance is very very bad compared to HTMLWorker.
    
    If anyone has any idea about the solution or any other workaround,
please let me know.


Thanks,
Chandra



--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/XMLWorkerHelper-performance-bad-compared-to-HTMLWorker-tp4657852.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
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