Problems with Powerpoint 2007


These are the problems we found:

bullets are not rendered correct
diagrams are not shown
some fonts and fonts settings are ignored

I attached a PPTX file and the generated PDF. There you can see my problems.

I’m using the following code:

PresentationEx pres = new PresentationEx(stream);
using (MemoryStream streamToSave = new MemoryStream())
{
pres.Save(streamToSave, Aspose.Slides.Export.SaveFormat.Pdf);
data.PDF = streamToSave.ToArray();
}

data is a container for a byte array

Hello Dear,

I have worked with the presentation shared by you and have been successfully able to render to the bullets correctly. However, the pink background appears in place of chart object because chart rendering support is currently unavailable in Aspose.Slides for .NET. An issue with ID 12793 has already been created in our issue tracking system to provide necessary feature. This thread has also been linked with the issue, so that you may be automatically notified, once the issue is resolved. For your kind reference, the generated PDF is also attached.

We are sorry for your inconvenience,

The issues you have found earlier (filed as 12793) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(3)