Not directly. HTML comes in lots of different flavours, whereas the Report Generator uses its own XML (similar to XHTML, but with a few extensions and exceptions specific to PDF). You cannot parse arbitary HTML with the Report Generator – it will require some transformation, e.g. the top level tag is not . The “SampleTransformer.java” example in the download package shows one way to convert these tags, and the userguide has a useful section on “Migrating from HTML”. The Report Generator conforms to the CSS2 specification, so if your HTML documents use CSS2 style sheets to separate content from presentation, the transformation will be simpler. The Tidy package, which converts HTML to XHTML, may help your conversion.