I don't have write access on the server folder and so am unable to create the ppt. The below Piece of code wites the ppt and stores it in the root directory.
$oWriterPPTX->save(DIR . "/sample.pptx");
Is there something that I can download it from the browser just like we use it for mpdf.
$mpdf->Output($filename. '.pdf', 'I');
I was struck in a point on how to download the ppt from the browser instead of downloading automatically into the root folder.
Hello Team,
I don't have write access on the server folder and so am unable to create the ppt. The below Piece of code wites the ppt and stores it in the root directory.
$oWriterPPTX->save(DIR . "/sample.pptx");
Is there something that I can download it from the browser just like we use it for mpdf.
$mpdf->Output($filename. '.pdf', 'I');
I was struck in a point on how to download the ppt from the browser instead of downloading automatically into the root folder.
Any help on this is much more appreciated!!