Spire.Presentation is a professional PowerPoint® compatible library that enables developers to create, read, write, modify, convert and Print PowerPoint documents. Get free and professional technical support for Spire.Presentation for .NET, Java, Android, C++, Python.

Mon May 22, 2017 11:48 am

Hello,
I have licensed version of spire ppt for DOT NET, i need to convert the slide into html,
Please help me to make it possible.Or i have to purchase any other dll ?


Thanks

Dipenjit
 
Posts: 1
Joined: Mon May 22, 2017 7:26 am

Tue May 23, 2017 6:24 am

Dear Dipenjit,

Thanks for your inquiry.
Sorry that Spire.Presentation doesn't support that. In addition, did you want to convert entire document to html ? Or just convert the specific slide to html ? We will consider achieving it.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Wed Mar 14, 2018 5:55 am

Dear Dipenjit,

Thanks for waiting.
The new feature converting PowerPoint document to HTML has been implemented, please download and use Spire.Presentation Pack Hotfix Version:3.3.0. Sample code:
Code: Select all
            Presentation ppt = new Presentation();
            ppt.LoadFromFile("Sample.pptx");
            ppt.SaveToFile(@"E:\ToHtml.html", FileFormat.Html);

Looking forward to your feedback.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.Presentation