How to use PHP & Config PowerPoint (PowerPoint.Application) To use PowerPoint.Application. Will need to install Microsoft PowerPoint and is compatible with Windows Server only
Screenshot
And check the status of the right to access to DCOM. If the problem please read the article
How to use PHP & Connect to PowerPoint.Application The Learn / Tutorial / Sctipts php programming how to using PHP Connect to PowerPoint.Application
ShotDev Focus:
- PHP & Connect to PowerPoint.Application
- PHP & Connect to PowerPoint.Application
Example
php_ppt_connect.php
- <html>
- <head>
- <title>ShotDev.Com Tutorial</title>
- </head>
- <body>
- <?
- $WrdApp = new COM("PowerPoint.Application");
- if($WrdApp)
- {
- echo("PowerPoint.Application Connected.");
- }
- else
- {
- echo("Cannot Connect to PowerPoint.Application");
- }
- ?>
- </body>
- </html>
Create a php file and save to path root-path/myphp/
Screenshot
No comments :
Post a Comment