Has anyone found a good way to create powerpoint files on the fly.

I'd like to go straight from PHP but creating from an HTML or XML doc is fine too...

Also I'm totally Linux so COM Objects on Windows is out...

thanks for any help...

Recommended Answers

All 5 Replies

I was making a project that will use the framework symfony. Has anyone found a good way convert php to ppt (powerpoint) and that can run on linux.thank you

This is the closest thing I've found... not 100% but works.. Doesn't do HTML to PHP but allows PHP to create PPT files on the fly with PHP.

there's a small bug with Case Sensitivity when you first set it up but works once you sort that out

http://phppowerpoint.codeplex.com/

Hi i am using phppowerpoint to generate a ppt file how to handle the dynamic data creation automatically moved to the next slide

Hi i am using phppowerpoint to generate a ppt file how to handle the dynamic data creation automatically moved to the next slide

I'm not sure exactly what you're asking... do you want to know how to inject dynamic data into your ppt and also create additional slides?

This works but I haven't done much experimenting with how to format it. If you take a sample Powerpoint presentation and save it to a 'web page' you will see how Powerpoint itself formats things to be able to recreate the Powerpoint format. If you find a PHP library/utility that takes care of it all without too much trouble then use it. The other option is to dump it all to a text format and then format it manually in PowerPoint.

http://innovationsdesign.net/wb_2.7/pages/tech-resources/downloads/desktop-write.php

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.