header("Content-Type: application/force-download");
header("Content-Disposition: attachment; filename=\"ESCRIBIRAQUIELNOMBREARCHIVO.pdf\");
header("Content-length: ".(string)(filesize($VARIABLE_TAMANIO)));
header("Expires: ".gmdate("D, d M Y H:i:s", mktime(date("H")+2, date("i"), date("s"), date("m"), date("d"), date("Y")))." GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
volale ojo a las que te puse en mayusculas.