Answers for "tcpdf error how we checking"

0

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

// Clean any content of the output buffer
ob_end_clean();

// Send the PDF !
$pdf->Output('example_006.pdf', 'I');
Posted by: Guest on August-25-2020

Code answers related to "tcpdf error how we checking"

Browse Popular Code Answers by Language