Converting a Presentation Slide to an SVG Image in C# Throws NullReferenceException

hi
when i translated slide to svg, i got this exception, "System.NullReferenceException: “Object reference not set to aninstance of an object”
this is the code:

slide.WriteAsSvg(ms, new Aspose.Slides.Export.SVGOptions()
{
    PicturesCompression = Aspose.Slides.Export.PicturesCompression.Dpi96,
    JpegQuality = 80,
    MetafileRasterizationDpi = 96
});

And Doc ppt.zip (2.6 MB)
Is there any way make it work
thanks

@nieys2011,
Thank you for reporting on the issue. I’ve reproduced the exception when converting the slide to an SVG image.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): SLIDESNET-44199

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Please also share the following additional information if it is possible:

  • OS version on which the error occurred
  • .NET target platform in your app

OS: windows10 x64
.Net7
Slide.net version 23.8.0

@nieys2011,
Thank you for the additional information. I’ve forwarded it to our developers.