I noticed a few coder errors like

Function documentation

/**
* Implements hook_theme
*/ 
function erpal_print_theme() {

if without brackets

  if (!$pdf_object)    
    $pdf_object = erpal_print_prepare_tcpdf($params);

and whitespace problems.