PPTX export HTML Version 7.5.1.0

Hi,

I have exported different slides to HTML, like

...

presWorker.Save(@"", Aspose.Slides.Export.SaveFormat.Html);

...

and have found a Problem in Output file. After I found:

...

<div class="slide" name="slide" id="slide<div class="slideTitle">_DEVELOPMENT_ - Testslide
...
 
I think there is something wrong within the Export.
Is there a fix available?
OR
Can I overcome using some own code?
 
Bye Peter

Hi Peter,

Thanks for your interest in Aspose.Slides.

I have observed the issue statement shared by you and request you to please provide the sample presentation along with generated html for further investigation on my end. Please also share the source code used on your end along with snap shot of the issue incurring in HTML. Please also share what is expected output.

Many Thanks,

Hi Mudassir,

I have created a zip-file and attached for your Review including requested Information.

Bye Peter

Hi Peter,


I have observed the issue shared by you. I like to share that it is in fact not an issue with Aspose.Slides. When you export to HTML, the slide name is appended in generated html by Aspose.Slides. You can remove the following line from generated HTML if slide name is not required in exported HTML.

<div class=“slide” name=“slide” id=“slide
DEVELOPMENT - Testslide
”>slide1

Many Thanks,