Reputation: 35
I need to find a way to create (or modify a pre-created ) PowerPoint file using PHP. Looking on the web I find the class COM but I am having some problem with that. I am using Ubuntu 14 (with LAMPP) and I added the few lines to make it works, as said in this page (Class 'COM' not found) but nothing seems to change. I would ask if there is something else that I can make so class COM will work or another way to create and/or modify a PowerPoint file.
Thank you.
Upvotes: 0
Views: 3330
Reputation: 212452
Given that you're using Ubuntu, so can't use COM with MS PowerPoint, have you tried PHPPowerPoint which doesn't have any dependency on MS Office?
An alternative would be to use PUNO with Libre/Open Office Impress
Upvotes: 1