dovresti riuscire cosi:
codice:
header("Content-Length: ".(string)(filesize($path.$filename)));
     header('Content-Type: application/pdf');
     header("Content-Disposition: attachment; filename=".$filename."");