PHP

FacebookTwitter

PHPPowerPoint 0.1.0 (CTP1) released!

http://blog.maartenballiauw.be/post/2009/04/27/PHPPowerPoint-010-%28CTP1%29-released%21.aspx People following me on Twitter could have already guessed, but here’s something I probably should not have done for my agenda: next to the well known PHPExcel class library, I’ve now also started something similar for PowerPoint: PHPPowerPoint . Just like with PHPExcel, PHPPowerPoint can be used to generate PPTX files from a PHP application. This can be done by creating an in-memory presentation that consists of slides and different shapes, which can then be written to disk using a writer (of which there’s currently only one for PowerPoint 2007).