Himanshu Sharma

Results 3 comments of Himanshu Sharma

I have a ppt file which contains the keywords like ${ppt_1}, ${ppt_2}, ${ppt_3} ....etc. these keywords are used in the ppt file. I want to replace them with there values....

I have founded a solution but It is giving me the style error in some cases : Check my raw code ```php $pptReader = IOFactory::createReader('PowerPoint2007'); $oPHPPresentation = $pptReader->load('/var/www/html/3.ppt'); $property =...

Hello @xplorebitshq , After a long search, I have done it using Google Slide Service. Here is my code : `$slidesService = $this->googleSlideConfig(); $service = $this->googleDriveConfig(); //GOOGLE DRIVE CONFIGURATION $file...