Download the PHP package aspose/slides without Composer
On this page you can find all versions of the php package aspose/slides. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aspose/slides
More information about aspose/slides
Files in aspose/slides
Package slides
Short Description Aspose.Slides for PHP via Java is a PowerPoint PHP API for creating, manipulating, and managing presentations. It allows applications and developers to read, write, convert, and manipulate PowerPoint presentations in PHP.
License proprietary
Homepage https://products.aspose.com/slides/php-java
Informations about the package slides
PHP Library for PowerPoint File Formats
Aspose.Slides for PHP via Java is a PowerPoint PHP API for creating, manipulating, and managing presentations. It allows applications and developers to read, write, convert, and manipulate PowerPoint presentations in PHP. Using this API, you get to manipulate all elements in a presentation: slides, tables, text, charts, shapes, images, SmartArt diagrams, etc.
Aspose.Slides for PHP via Java supports export operations to PDF, PDF/A, HTML, XPS, JPG, PNG, and other image formats. This PowerPoint PHP API provides extensive PPT and PPTX features in PHP: merge, clone, split, compare, print PPT and PPTX presentations in PHP.
Aspose.Slides for PHP API works without dependencies.
PHP PowerPoint Library Features
- Create or clone existing slides from templates.
- Save & open files to & from streams.
- Generate presentations from databases.
- Create shapes and add text to shapes on slides.
- Work with PowerPoint tables.
- Handle text & shape formatting.
- Remove or apply protection on shapes.
- Embed Excel charts as OLE objects in slides.
- Work with ActiveX components.
Read & Write PowerPoint Files
Microsoft PowerPoint: PPT, PPTX, PPS, POT, PPSX, PPTM, PPSM, POTX, POTM\ OpenOffice: ODP
Save PowerPoint Files As
Fixed Layout: PDF, PDF/A, XPS\ Images: JPEG, PNG, BMP, TIFF, GIFS, SVG\ Web: HTML
Getting Started with Aspose.Slides for PHP via Java
Aspose.Slides for PHP via Java consists of 3 individual parts: the script wrapper (aspose.slides-xx.x.php), the java wrapper (aspose.slides.php-xx.x.jar), and Aspose.Slides for PHP via Java. These components communicate via a PHP/Java Bridge whereas both require separate environments & processes for execution.
Prerequisites
- JDK
- PHP/Java Bridge
- Web Server like Tomcat
- PHP
Installation
- Install Tomcat on any location such as
\java\apache-tomcat-9.0.24
. - Copy JavaBridge.war to Tomcat's
webapps
folder such as\java\apache-tomcat-9.0.24\webapps
. - Run
\bin\startup.bat
. JavaBridge.war will be deployed to\java\apache-tomcat-9.0.24\webapps\JavaBridge
. If you want to use php 8, replace the originalJava.inc
from php-java bridge withJava.inc
fromJava.inc.php8.zip
. - Copy aspose-slides-xx.x-php.jar to a
lib
folder such as\java\apache-tomcat-9.0.24\webapps\JavaBridge\WEB-INF\lib
. - Run
\bin\shutdown.bat
and then\bin\startup.bat
. - Test http://localhost:8080/JavaBridge/test.php to confirm that PHP works fine.
- Copy aspose.slides.php and example.php to
\java\apache-tomcat-9.0.24\webapps\JavaBridge
. - Open http://localhost:8080/JavaBridge/example.php or create your own PHP file (see the examples below)
You will find the Jar and PHP library in the vendor/aspose/slides
folder.
Convert Presentation to Multiple Formats in PHP
Convert Presentation to PDF
Product Page | Documentation | API Reference | Code Examples | Blog | Free Support | Temporary License