I'm working with a client who has a print process that essentially prints hundreds of html pages nightly. The tool they use now is from bersoft called HTMLPrint. Recently, the vendor of the HTML documents upgraded everything to XHTML and uses Anchor tags (basically merging 10 files into 1).
I've been tasked with the job to figure out how to get the process back to what it was using the XHTML docs.
Basically, everynight we query a database to get a list of htm doc paths and send that off to HTMLPrint, however HTMLPrint only works with HTML 3.2, and is completly failing with XHTML.
If anyone has any idea how we can do this, that'd be great. I've looked into several tools, but none of them appear to be what I want to do.
This is a similar post that I read through, but not exactly the process I am looking for.
Can I print html files (with images, css) from the command-line?
Thanks!