This would be very useful for me as well. I have some HTML docs that are behind a firewally, so I'm calling convertHtml(). But the assets are all relative paths, so they never show up in the PDF. Adding a <base> element to <head> could easily fix this if it were supported.
However, you can fix all the paths fairly easily (in PHP) using this:
PHP Simple HTML DOM Parser.