You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.