Hi there,
I’m using this code to ‘preview’ a pptx in a web browser.
Aspose.Slides.Pptx.PresentationEx presentationEx = new Aspose.Slides.Pptx.PresentationEx(sourceStream); presentationEx.Save(memoryStream, Aspose.Slides.Export.SaveFormat.Html);
If the pptx contains an image that has been resized, the produced HTML doesn't obey the resize settings and displays the full image.
See the attached example - open using Powerpoint, then open in a browser after running through the above code.
Aspose.Slides 6.8.0.0.
Thanks