Hello,
we noticed an issue with a presenation of a customer. I attached you an example with reduced content which still shows the issue:
When saving the presentation as PDF or HTML the elements and texts become blurry on some slides. If you export the presentation to pdf via power point itself, you get a good result.
Additionally, when saving the presentation as HTML5 an exception is raised
An unhandled exception of type ‘System.InvalidOperationException’ occurred in Aspose.Slides.dll
Additional information: SolidFillColor is unavailable for FillType=Picture
Code:
var lic = new License();
lic.SetLicense(@"S:\Aspose.Total.Net.lic");
var presentation = new Presentation(@"S:\tmp\in.pptx");
presentation.Save(@"S:\tmp\out.pdf", SaveFormat.Pdf);
presentation.Save(@"S:\tmp\html_aspose\out.html", SaveFormat.Html);
presentation.Save(@"S:\tmp\html5_aspose\out.html", SaveFormat.Html5);
Files:
files.zip (1.6 MB)
Thanks for your help,
Daniel