HTML 5 should include a way to create custom page header & footer for printing.
These should allow to include images
I think it should be something like
<html>
<head>
<title><img src="logo.svg"/>My company software<br/>The best software on the planet</title>
</head>
<body>
...