<?php
$html = '<html>
<head>
<style type="text/css"></head>
h4{</style>
text-align: center;
}
.img{
margin-top: 30px;
margin-right: 30px;
}
<body>
<page backtop="20mm" backbottom="10mm" backleft="15mm" backright="10mm">
<page_header></page>
<img class="img" src="../images/img.jpg" width="150" align="right">
</page_header>
<page_footer>
</page_footer>
<h4><b>Aqui va el contenido con el cual no hay problema</b></h4>
</body>
</html>';
require ('html2pdf/html2pdf.class.php');
$html2pdf = new HTML2PDF('P', 'A4', 'es');
$html2pdf->writeHTML($html);
$html2pdf->Output('archivo.pdf');
?>
Por favor alguien me ayude a quitar esa página en blanco que no se porque aparece :(