I work with a client who has a printing process that essentially prints hundreds of html pages at night. The tool they are using now is bersoft called HTMLPrint. Recently, an HTML document provider has upgraded everything to XHTML and uses Anchor tags (basically merging 10 files into 1).
I have been tasked with figuring out how to get the process back to what it uses in XHTML documents.
Basically, we query the database every night for a list of htm doc paths and send it to HTMLPrint, however HTMLPrint only works with HTML 3.2 and completely fails with XHTML.
If anyone knows how we can do this, that would be great. I looked through several tools, but none of them are what I want to do.
This is a similar entry that I read, but not quite the process I'm looking for.
Can I print html files (with images, css) from the command line?
Thanks!
source share