display power point on the web
Moderator: General Moderators
display power point on the web
Can we display Power Point slide in web using PHP ?
Re: display power point on the web
It is possible, but it also depends a lot on the security settings of the target PC, and some registry settings for how it will be displayed.2mk wrote:Can we display Power Point slide in web using PHP ?
I remember when working on an intranet that contained powerpoints, we had to make a .reg file available so that the target PCs would display the powerpoint correctly. This is probably not an option for internet apps.
If it is possible, convert it into some other more web-friendly format first, otherwise you'll get unpredictable usability depending on the specific PC setup of the person that opens the file.
- dibyendrah
- Forum Contributor
- Posts: 491
- Joined: Wed Oct 19, 2005 5:14 am
- Location: Nepal
- Contact:
Re: display power point on the web
Yes only if you're using IE and only in windows becuase of ActiveX.2mk wrote:Can we display Power Point slide in web using PHP ?