I'm generating PDF using tcpdf library in WordPress admin side. but getting the following error. TCPDF ERROR: Some data has already been output to browser, can't send PDF file
It has header_sent() is true means it has set its headers already and not modifying the pdf headers by tcpdf. any ideas ?
admin_initor earlier? – Tom J Nowell Nov 24 '11 at 12:45