I am getting this downloaded sometimes.
$report->run()
->export('Executive_summary')
->pdf(array(
"format" => "A4",
"orientation" => "portrait",
//"zoom"=>2
))
->toBrowser("executive_summary.pdf");
If I try to open directly from the hard drive I get this:
Any idea why?