php - pdf generation using phpexcel in windows -


I am generating PDFs and preparing Excel reports using the phpexcel library. Everything works well in the Ubuntu system, but the PDF system does not generate the PDF file, only the excel file is created. (Empty PDF is generated). Is there a memory barrier in PDF that is generated in PDF ... If so, what is the solution?

Try entering this row in your code

  $ ObjWriter = PHPExcel_IOFactory :: createWriter ($ objPHPExcel, 'Excel2007'); $ ObjWriter- & gt; Save ('php: // output');   

Please take a look at this link. Maybe it can help you ..



Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -