开发者

How google docs shows my .PPT files without using a flash viewer?

开发者 https://www.devze.com 2023-01-18 22:22 出处:网络
I want to show .ppt (PowerPoint) files uploaded by my user on my website. I could do this by converting them into Flash files, then showing the Flash files on the web page. But I don\'t want to use Fl

I want to show .ppt (PowerPoint) files uploaded by my user on my website. I could do this by converting them into Flash files, then showing the Flash files on the web page. But I don't want to use Flash to do this. I 开发者_开发问答want to show it, like google docs shows, without using Flash.

I've already solved the problem for .pdf files by converting them into images using ImageMagick, but now I have trouble with .ppt files.


I would maybe try using google docs API to first upload a ppt presentation and then download it back in a different format. I think it should be possible though I have not tested it.


You can embed Google docs presentations in your site.


Now i found a solution to showing .ppt file on my website without using the flash

the solution is:

just convert the .ppt file to .pdf files using any language or using software(e.g. open office) and then use Imagemagick to convert that .pdf into image and show to your web page

once again thanks to you all for answering my question.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号