Hi,
I’m trying to convert the attached Pptx filr to Ppt by:
var options = new Aspose.Slides.LoadOptions(Aspose.Slides.LoadFormat.Pptx);
var pres = new Presentation(“MyPptx.pptx”, options);
pres.Save(“MyPpt.ppt”, Aspose.Slides.Export.SaveFormat.Ppt);
but I get an exception:
∟:clubs:.?: Not a Microsoft PowerPoint 2007 presentation. —> ∟:clubs:.?: Error reading “/[Content_Types].xml” relationsh
ips part —> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.SortedList
2.get_Item(TKey key)</div><div> at ‼∟♣☻.?↔♣☻.☼►♠☻(XmlReader reader, SortedList
2 parts) at ∟:clubs:.?.?(SortedList
2 parts)</div><div> --- End of inner exception stack trace ---</div><div> at ‼∟♣☻.?↔♣☻.‼?(SortedList
2 parts) at ∟:clubs:.◄?∟:slight_smile:.Read()
at ∟:clubs:.◄?∟:slight_smile:…ctor(Stream stream)
— End of inner exception stack trace —
at ∟:clubs:.◄?∟:slight_smile:…ctor(Stream stream)
at ∟:clubs:.?…ctor(Stream stream)
at ?.?.?(Presentation presentation, Stream stream)
at Aspose.Slides.Presentation.??(Stream seekableStream)
at Aspose.Slides.Presentation.∟⌂▬(Stream stream)
at Aspose.Slides.Presentation…ctor(Stream stream, LoadOptions loadOptions)
Please your help,
Thanks,
Roi