CodeIgniter Forums
How to convert a pptx file into png or jpg in codeigniter? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: How to convert a pptx file into png or jpg in codeigniter? (/showthread.php?tid=76880)



How to convert a pptx file into png or jpg in codeigniter? - Himanshuthakur619 - 06-29-2020

How to convert a pptx file into png or jpg in codeigniter?


RE: How to convert a pptx file into png or jpg in codeigniter? - InsiteFX - 06-30-2020

From the looks of it there is no server side way of doing it with php.

They all need to access power point or some other office type application.

There are online converters for it.


RE: How to convert a pptx file into png or jpg in codeigniter? - richb201 - 07-01-2020

(06-29-2020, 07:18 AM)Himanshuthakur619 Wrote: How to convert a pptx file into png or jpg in codeigniter?
I know it is a "jury rigged" solution but you could drag it into a browser that has the ability to render it and then create an image from the browser.


RE: How to convert a pptx file into png or jpg in codeigniter? - Himanshuthakur619 - 07-01-2020

(07-01-2020, 03:45 AM)richb201 Wrote:
(06-29-2020, 07:18 AM)Himanshuthakur619 Wrote: How to convert a pptx file into png or jpg in codeigniter?
I know it is a "jury rigged" solution but you could drag it into a browser that has the ability to render it and then create an image from the browser.
How to create an image from the browser?