Pages

Showing posts with label output. Show all posts
Showing posts with label output. Show all posts

Tuesday, July 3, 2012

TCPDF ERROR:- Some data has been already output, can't send pdf file

Add the Following code by your output() function call

 ob_start();  
 $tcpdf->output($filename, $output_dest);  
 ob_end_flush();