in reply to PDFtoHTML Mod

Hi Randor,

Are going to or from pdf?

If you are trying to generate a pdf doc, you could try: Wx::PdfPrinter. Admittedly it means using Wx, but I guess you could confine it to a module to:

  1. Create an html object,
  2. Load the html page into the object,
  3. create an wxHtmlEasyPrinting object and pass it to Wx::PdfPrinter.

Maybe it's overkill for what you want.

Good luck.

Steve