Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Maarten Balliauw's Blog:
PHPPowerPoint 0.1.0 (CTP1) released!
Apr 30, 2009 @ 16:16:53

Maarten Balliauw has posted about the release of a new bit of software to help you read and write from/to Microsoft PowerPoint files - PHPPowerPoint (0.1.0 CTP1).

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).

Some example code is included that creates a single-slide slideshow with the PHPPowerpoint logo and the text "Thank you for using PHPPowerpoint". There's plenty of configuration options and you can place things in the slides down to the pixel. You can try out this initial release here.

tagged: phppowerpoint release powerpoint slide microsoft read write

Link:

John Coggeshall's Blog:
Zend_Service_SlideShare approved
Dec 11, 2007 @ 16:28:00

Congratulations to John Coggeshall on having his Zend_Service_Slideshare component accepted into the Zend Framework incubator.

What's the component? If you haven't seen it before, Slideshare.net is an excellent site for hosting various Powerpoint slide shows for public consumption (think YouTube for slide shows). I wrote the component during the my site redesign to host my various slide shows which can be found in the resources section.

If you'd like to get your hands on it and play with it before the official release, you can always grab it from the Subversion repository for the ZF project.

tagged: zendframework zendserviceslideshare powerpoint slides component zendframework zendserviceslideshare powerpoint slides component

Link:

John Coggeshall's Blog:
Zend_Service_SlideShare approved
Dec 11, 2007 @ 16:28:00

Congratulations to John Coggeshall on having his Zend_Service_Slideshare component accepted into the Zend Framework incubator.

What's the component? If you haven't seen it before, Slideshare.net is an excellent site for hosting various Powerpoint slide shows for public consumption (think YouTube for slide shows). I wrote the component during the my site redesign to host my various slide shows which can be found in the resources section.

If you'd like to get your hands on it and play with it before the official release, you can always grab it from the Subversion repository for the ZF project.

tagged: zendframework zendserviceslideshare powerpoint slides component zendframework zendserviceslideshare powerpoint slides component

Link:

JSLabs Blog:
How to create Microsoft Office Documents with PHP
Jul 02, 2007 @ 17:02:00

From the JSLabs blog today, there's a quick illustration of how to dynamically create three different types of Microsoft Office files - a Word document, Powerpoint and an Excel file.

There are two main ways to build Excel, Word, and PowerPoint documents using PHP. The first is by using the COM library (only if you are using a Windows server) and the other is by using a more standardized approach such as HTML or CSV.

All three examples use the COM method and make basic structures to save out. They also include a screenshot (and description) showing where you can find the list of functions you can call to the COM object for each application.

tagged: microsoftoffice document excel powerpoint word com object microsoftoffice document excel powerpoint word com object

Link:

JSLabs Blog:
How to create Microsoft Office Documents with PHP
Jul 02, 2007 @ 17:02:00

From the JSLabs blog today, there's a quick illustration of how to dynamically create three different types of Microsoft Office files - a Word document, Powerpoint and an Excel file.

There are two main ways to build Excel, Word, and PowerPoint documents using PHP. The first is by using the COM library (only if you are using a Windows server) and the other is by using a more standardized approach such as HTML or CSV.

All three examples use the COM method and make basic structures to save out. They also include a screenshot (and description) showing where you can find the list of functions you can call to the COM object for each application.

tagged: microsoftoffice document excel powerpoint word com object microsoftoffice document excel powerpoint word com object

Link:


Trending Topics: