ob_start(); $tcpdf->output($filename, $output_dest); ob_end_flush();
ob_start(); $tcpdf->output(
$filename, $output_dest); ob_end_flush();
$filename, $output_dest
Thank you very much indeed - had spent a fair bit of time trying to sort this out - all other suggestions via google failed
where you insert these lines?
You must be using output function of TCPDF class to send file contents just above and below that call ob_start() and ob_end_flush()See this TCPDF doc for more on this functionhttp://www.tcpdf.org/doc/code/classTCPDF.html#a3d6dcb62298ec9d42e9125ee2f5b23a1
You welcome Jackie :)
Final, here I got the solutions of problems. thanks for helping.php web development
Welcome Mavnish
Hi...where I insert these lines?
where i have to add these lines?
Hi ShyamYou must be using output function of TCPDF class to send file contents just above and below that call ob_start() and ob_end_flush()See this TCPDF doc for more on this functionhttp://www.tcpdf.org/doc/code/classTCPDF.html#a3d6dcb62298ec9d42e9125ee2f5b23a1
Thanks a lot! Why this work?
Hi AkuseruI think we need this to clear default HTML headers from output buffers so that we can send pdf headers
i am create pdf file but i can't be opened.....
Can you post the code you are using
Thank you very much indeed - had spent a fair bit of time trying to sort this out - all other suggestions via google failed
ReplyDeletewhere you insert these lines?
DeleteYou must be using output function of TCPDF class to send file contents just above and below that call ob_start() and ob_end_flush()
DeleteSee this TCPDF doc for more on this function
http://www.tcpdf.org/doc/code/classTCPDF.html#a3d6dcb62298ec9d42e9125ee2f5b23a1
You welcome Jackie :)
ReplyDeleteFinal, here I got the solutions of problems. thanks for helping.php web development
ReplyDeletewhere you insert these lines?
DeleteYou must be using output function of TCPDF class to send file contents just above and below that call ob_start() and ob_end_flush()
DeleteSee this TCPDF doc for more on this function
http://www.tcpdf.org/doc/code/classTCPDF.html#a3d6dcb62298ec9d42e9125ee2f5b23a1
Welcome Mavnish
ReplyDeleteHi...
ReplyDeletewhere I insert these lines?
where i have to add these lines?
DeleteHi Shyam
DeleteYou must be using output function of TCPDF class to send file contents just above and below that call ob_start() and ob_end_flush()
See this TCPDF doc for more on this function
http://www.tcpdf.org/doc/code/classTCPDF.html#a3d6dcb62298ec9d42e9125ee2f5b23a1
You must be using output function of TCPDF class to send file contents just above and below that call ob_start() and ob_end_flush()
DeleteSee this TCPDF doc for more on this function
http://www.tcpdf.org/doc/code/classTCPDF.html#a3d6dcb62298ec9d42e9125ee2f5b23a1
Thanks a lot! Why this work?
ReplyDeleteHi Akuseru
DeleteI think we need this to clear default HTML headers from output buffers so that we can send pdf headers
i am create pdf file but i can't be opened.....
ReplyDeleteCan you post the code you are using
Delete