FPDF error: Some data has already been output, can't send PDF file
-
Hello,
great, great plugin. It works very well.
I can print and convert to doc any product but there is an issue I’m having.
When I try to save the file to PDF, and error shows up saying:
FPDF error: Some data has already been output, can’t send PDF fileI could solve this by adding this line:
ob_clean();In the fpdf file just after the line:
function Output($name=”, $dest=”){Maybe there is a better way to solve this, and add it to your plugin in a future version.
Thanks once again for this great plugin.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘FPDF error: Some data has already been output, can't send PDF file’ is closed to new replies.