Op 10/02/2011 17:13, Anthony Webster schreef: > That sounds like it's bang on actually (although it's closer to a Swing > component/layout tree than a DOM). > > Any insights that you could provide based on problems that you have > encountered in the reworking of the HTMLWorker would be most appreciated. If you look at iText 5.0.6, you can see that a sequence of if-statements were replaced by implementations of the HTMLTagProcessor interface. This code was written to show newly hired iText developers in which direction HTMLWorker should evolve. They're now rewriting HTMLWorker from scratch, but they've only started this week (iText 5.0.6 was released last Friday).
------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions 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
