Blank Output PDF using FPDF library - codeigniter
问题 I'm going to generate a PDF report using FPDF library, but the output is blank. There is no error displayed, how can I fix this problem? Anyway, I tried this code in LOCALHOST and it works perfectly, but when I upload it to the cloud, there's no output to be displayed.. I tried to make the function output like this.. $this->fpdf->OUTPUT('try.pdf','I'); but nothing happens.. NOTE: In my output, C:/backup/employee_..php, the output is in the folder, there's no error and it works fine.. but when