I've been learning about iText and its beauty for the pass few days.
I manage to convert HTML source code to PDF successfully. However, I've been wondering if its possible to convert broken html (missing tags, etc) to PDF without XMLWorker throwing an exception just like HTMLWorker used to do. I know XMLWorker is very sensible and only works with correctly written HTML or (X)HTML but since I am getting the html from a second party which most likely will have broken HTML.
I would like to know if there is a way to just convert what's possible and leave the errors floating around just like a browser would do.