Currently HtmlParser can take various type of inputs and DocListener for output, but it cannot take a Rectangle for output, which is what (I think) we need for the case described here:
- input is a HTML document (sidenote: this html is not fetched from some URL, but comes from some class e.g. HtmlEditorKit)
- output must be positioned in a defined rectangle on a single pdf page
So...
2006-11-28 10:04:31 UTC in iText, a JAVA-PDF library