I have been using TCPDF for sometime. It\'s simple to use, outputs low size PDF and is under active development. Following is the code for a page which should only have Hello Wo
just do this $pdf->setPrintHeader(false); and the line at the top will go away
$pdf->setPrintHeader(false);