Learning & Integrating web technology and code help directory

How to use PHP & Config PowerPoint (PowerPoint.Application)

No comments
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
PHP & Excel.Application
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
Example
php_ppt_connect.php
  1. <html>  
  2. <head>  
  3. <title>ShotDev.Com Tutorial</title>  
  4. </head>  
  5. <body>  
  6. <?  
  7. $WrdApp = new COM("PowerPoint.Application");  
  8. if($WrdApp)  
  9. {  
  10. echo("PowerPoint.Application Connected.");  
  11. }  
  12. else  
  13. {  
  14. echo("Cannot Connect to PowerPoint.Application");  
  15. }  
  16. ?>  
  17. </body>  
  18. </html>  
Create a php file and save to path root-path/myphp/
Screenshot
PHP & Connect to PowerPoint.Application
.

No comments :

Post a Comment