i have found some sign and let go now with what i have changed .
in tcpdf_wrapper , found
$orig_cell_padding = $this->cMargin;
changed to
$orig_cell_padding = 0 ;
in default_invoice_pdf.php
found
$this->AliasNbPages("{P}");
change to
//$this->AliasNbPages("{P}");
that was all at the moment , can you try Paul .
in my other test server , i have found that i have just uploaded the new font files and is working .
EDIT : i have found a text file , that i ahev write in it some probleme ,
the header and footer can use a custom font , so it should also set the header font and the footer font .
in case of multiple pages , is notshowing page 1 of X , but it show page 1 of 1 in all page .