I can only see the texts in my word document while the image is just a box with X.
<?php
header("Content-type: application/msword");
header("Content-Disposition: attachment;Filename=test.doc");
?>
<html>
<head></head>
<body>
<img src="http://mydomainname/Gallery/header.png" width="600px" height="110px" style="opacity:0.5;">
</body>
</html>