Snippets tagged “pdf-generation”
1 snippet uses this tag.
- TCPDF ERROR: Some data has already been output, can't send PDF filePHP
This error message is typically encountered when using the TCPDF library to generate a PDF file, and it indicates that some data (such as HTML or text) has already been sent to the browser before the PDF file is generated and sent.