I am having an issue with the ppt to xps convertion the exception message bellow:
Conversion of ppt file to xps failed with Aspose.Slides(ver 5.4)
"file.ppt"
{"Key cannot be null.\r\nParameter name: key"} System.Exception {System.ArgumentNullException}
at System.Collections.Hashtable.get_Item(Object key)
at ..(String originalName)
at a..( hyperlink)
at a..( glyphs)
at a..( glyphs)
at ..( visitor)
at ..( visitor)
at ..( visitor)
at ..( visitor)
at ..( visitor)
at a..( node)
at ..(Presentation pres, Stream stream, XpsOptions options)
at Aspose.Slides.Presentation.Save(Stream stream, SaveFormat format, SaveOptions options)
at Aspose.Slides.Presentation.Save(String fname, SaveFormat format)
Code:
Presentation doc = new Presentation(inputFile);
doc.Save(xpsFileName, Aspose.Slides.Export.SaveFormat.Xps);
Regards
Thanks