Download PHPPowerPoint
Description
Project providing a set of classes for the PHP programming language, which allow you to write to and read from different file formats, like PowerPoint 2007, ... This project is built around Microsoft's OpenXML standard and PHP.
Source Files
The download file phppowerpoint.zip has the following entries.
trunk/Build/build-release-documentation.bat
trunk/Build/build-release-pear.bat/*w ww . ja v a 2 s.c o m*/
trunk/Build/build-release-standard.bat
trunk/Build/build.xml
trunk/Build/old/build.bat
trunk/Build/old/build.php
trunk/Build/old/package.xml
trunk/Classes/PHPPowerPoint.php
trunk/Classes/PHPPowerPoint/Autoloader.php
trunk/Classes/PHPPowerPoint/DocumentLayout.php
trunk/Classes/PHPPowerPoint/DocumentProperties.php
trunk/Classes/PHPPowerPoint/HashTable.php
trunk/Classes/PHPPowerPoint/IComparable.php
trunk/Classes/PHPPowerPoint/IOFactory.php
trunk/Classes/PHPPowerPoint/Reader/IReader.php
trunk/Classes/PHPPowerPoint/Reader/Serialized.php
trunk/Classes/PHPPowerPoint/Shape.php
trunk/Classes/PHPPowerPoint/Shape/BaseDrawing.php
trunk/Classes/PHPPowerPoint/Shape/Chart.php
trunk/Classes/PHPPowerPoint/Shape/Chart/Axis.php
trunk/Classes/PHPPowerPoint/Shape/Chart/Legend.php
trunk/Classes/PHPPowerPoint/Shape/Chart/PlotArea.php
trunk/Classes/PHPPowerPoint/Shape/Chart/Series.php
trunk/Classes/PHPPowerPoint/Shape/Chart/Title.php
trunk/Classes/PHPPowerPoint/Shape/Chart/Type.php
trunk/Classes/PHPPowerPoint/Shape/Chart/Type/Bar3D.php
trunk/Classes/PHPPowerPoint/Shape/Chart/Type/Line.php
trunk/Classes/PHPPowerPoint/Shape/Chart/Type/Pie3D.php
trunk/Classes/PHPPowerPoint/Shape/Chart/Type/Scatter.php
trunk/Classes/PHPPowerPoint/Shape/Chart/View3D.php
trunk/Classes/PHPPowerPoint/Shape/Drawing.php
trunk/Classes/PHPPowerPoint/Shape/Hyperlink.php
trunk/Classes/PHPPowerPoint/Shape/Line.php
trunk/Classes/PHPPowerPoint/Shape/MemoryDrawing.php
trunk/Classes/PHPPowerPoint/Shape/RichText.php
trunk/Classes/PHPPowerPoint/Shape/RichText/Break.php
trunk/Classes/PHPPowerPoint/Shape/RichText/ITextElement.php
trunk/Classes/PHPPowerPoint/Shape/RichText/Paragraph.php
trunk/Classes/PHPPowerPoint/Shape/RichText/Run.php
trunk/Classes/PHPPowerPoint/Shape/RichText/TextElement.php
trunk/Classes/PHPPowerPoint/Shape/Shadow.php
trunk/Classes/PHPPowerPoint/Shape/Table.php
trunk/Classes/PHPPowerPoint/Shape/Table/Cell.php
trunk/Classes/PHPPowerPoint/Shape/Table/Row.php
trunk/Classes/PHPPowerPoint/Shared/Drawing.php
trunk/Classes/PHPPowerPoint/Shared/File.php
trunk/Classes/PHPPowerPoint/Shared/Font.php
trunk/Classes/PHPPowerPoint/Shared/String.php
trunk/Classes/PHPPowerPoint/Shared/XMLWriter.php
trunk/Classes/PHPPowerPoint/Shared/ZipStreamWrapper.php
trunk/Classes/PHPPowerPoint/Slide.php
trunk/Classes/PHPPowerPoint/Slide/Layout.php
trunk/Classes/PHPPowerPoint/SlideIterator.php
trunk/Classes/PHPPowerPoint/Style/Alignment.php
trunk/Classes/PHPPowerPoint/Style/Border.php
trunk/Classes/PHPPowerPoint/Style/Borders.php
trunk/Classes/PHPPowerPoint/Style/Bullet.php
trunk/Classes/PHPPowerPoint/Style/Color.php
trunk/Classes/PHPPowerPoint/Style/Fill.php
trunk/Classes/PHPPowerPoint/Style/Font.php
trunk/Classes/PHPPowerPoint/Writer/IWriter.php
trunk/Classes/PHPPowerPoint/Writer/ODPresentation.php
trunk/Classes/PHPPowerPoint/Writer/ODPresentation/Content.php
trunk/Classes/PHPPowerPoint/Writer/ODPresentation/Drawing.php
trunk/Classes/PHPPowerPoint/Writer/ODPresentation/Manifest.php
trunk/Classes/PHPPowerPoint/Writer/ODPresentation/Meta.php
trunk/Classes/PHPPowerPoint/Writer/ODPresentation/Mimetype.php
trunk/Classes/PHPPowerPoint/Writer/ODPresentation/WriterPart.php
trunk/Classes/PHPPowerPoint/Writer/PowerPoint2007.php
trunk/Classes/PHPPowerPoint/Writer/PowerPoint2007/Chart.php
trunk/Classes/PHPPowerPoint/Writer/PowerPoint2007/ContentTypes.php
trunk/Classes/PHPPowerPoint/Writer/PowerPoint2007/DocProps.php
trunk/Classes/PHPPowerPoint/Writer/PowerPoint2007/Drawing.php
trunk/Classes/PHPPowerPoint/Writer/PowerPoint2007/LayoutPack.php
trunk/Classes/PHPPowerPoint/Writer/PowerPoint2007/LayoutPack/Default.php
trunk/Classes/PHPPowerPoint/Writer/PowerPoint2007/LayoutPack/TemplateBased.php
trunk/Classes/PHPPowerPoint/Writer/PowerPoint2007/Presentation.php
trunk/Classes/PHPPowerPoint/Writer/PowerPoint2007/Rels.php
trunk/Classes/PHPPowerPoint/Writer/PowerPoint2007/Slide.php
trunk/Classes/PHPPowerPoint/Writer/PowerPoint2007/Theme.php
trunk/Classes/PHPPowerPoint/Writer/PowerPoint2007/WriterPart.php
trunk/Classes/PHPPowerPoint/Writer/Serialized.php
trunk/Documentation/assets/ClassDiagrams/Architecture.cd
trunk/Documentation/assets/ClassDiagrams/ClassDiagrams.csproj
trunk/Documentation/assets/ClassDiagrams/ClassDiagrams.sln
trunk/Documentation/assets/ClassDiagrams/Classes/IReader.cs
trunk/Documentation/assets/ClassDiagrams/Classes/IWriter.cs
trunk/Documentation/assets/ClassDiagrams/Classes/PHPPowerPoint.cs
trunk/Documentation/assets/ClassDiagrams/Classes/PHPPowerPoint_IOFactory.cs
trunk/Documentation/assets/ClassDiagrams/Classes/PHPPowerPoint_Reader_Serialized.cs
trunk/Documentation/assets/ClassDiagrams/Classes/PHPPowerPoint_Writer_PowerPoint2007.cs
trunk/Documentation/assets/ClassDiagrams/Classes/PHPPowerPoint_Writer_Serialized.cs
trunk/Documentation/assets/ClassDiagrams/Classes/Slide.cs
trunk/Documentation/assets/ClassDiagrams/Exports/Architecture.png
trunk/Documentation/assets/ClassDiagrams/Exports/ReaderWriter.png
trunk/Documentation/assets/ClassDiagrams/ReaderWriter.cd
trunk/Tests/01simple.php
trunk/Tests/02presentation.php
trunk/Tests/03serialized.php
trunk/Tests/04inmemoryimage.php
trunk/Tests/05templated.php
trunk/Tests/06table.php
trunk/Tests/07chart.php
trunk/Tests/08chart.php
trunk/Tests/images/phppowerpoint_logo.gif
trunk/Tests/images/realdolmen_bg.jpg
trunk/Tests/resources/template.pptx
trunk/Tests/runall.php
trunk/changelog.txt
trunk/install.txt
trunk/license.txt
trunk/phpdoc-home.ini
trunk/phpdoc.ini
trunk/setpath.bat
trunk/start_shell.bat
Download
Click the following link to download phppowerpoint.zip.
phppowerpoint.zip