Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,


i want to convert my ppt file to html or video. But i dont want to convert using Microsoft.Office.Interop.PowerPoint. Why because my server could not have Microsoft Office Installed.

So i need some other way to change.

Please help me out

Thanks in advance.

What I have tried:

I tried using Microsoft.Office.Interop.PowerPoint. Its working fine. but i want without Microsoft.Office.Interop.PowerPoint
Posted
Updated 7-Feb-17 22:01pm
Comments
Maciej Los 8-Feb-17 1:55am    
What version of PowerPoint? For 2007 and higher you can use OpenXml.
[no name] 14-Mar-18 4:26am    
Here is a powerpoint library for c# or vb.net that can save powerpoint to pdf in c#.

With it you can show to your client's browser the pdf files, for instance in iFrame element.

1 solution

Quote:
i want to convert my ppt file to html or video. But i dont want to convert using Microsoft.Office.Interop.PowerPoint. Why because my server could not have Microsoft Office Installed.

I fear it is impossible because converting from ppt to html or video can not be made without rendering the ppt, and without PowerPoint, it will get complicated.

I fear the best solution is to avoid using ppt files on server and store directly the file converted to html or video on server. Secondary advantage, conversion process is offloaded from server.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900