📌  相关文章
📜  TCPDF ERROR: Some data has been output, can't send PDF file - 不管代码示例

📅  最后修改于: 2022-03-11 14:57:15.096000             🧑  作者: Mango

代码示例1
// Clean any content of the output buffer
ob_end_clean();

// Send the PDF !
$pdf->Output('example_006.pdf', 'I');