I want to be able to open a PowerPoint file with PHP and copy all the text to a different file.
Is this possible or I need another language to do this?
I want to be able to open a PowerPoint file with PHP and copy all the text to a different file.
Is this possible or I need another language to do this?
ppt is a powerpoint presentation file, it won't be easy to nearly impossible to copy the data from it. You'd have to use a .net language and office interop to this efficiently.