Cannot Open a PPTX file: '˙' Is Invalid Value of the Property, Parameter Name: Character

Hi

Cannot open PPTX file because of a dotaccent contained somewhere.

Can you please fix this ?

Thanks

here is file:

here is code:

using (var stream = new FileStream(ppt, FileMode.Open))
{
    var presentation = new Aspose.Slides.Presentation(stream, loadOptions);
    try
    {
        WriteLog("Saving PowerPoint: " + outPpt, LogType.info);
        presentation.Save(outPpt, Aspose.Slides.Export.SaveFormat.Pptx);
        WriteLog("PowerPoint saved !", LogType.success);
    }
    catch (Exception ex)
    {
        WriteLog("NormalizingPPT error saving pptx: " + ex.Message, LogType.error);
    }
}

@pcaillol,
Thank you for reporting the issue. I reproduced the problem with loading the PowerPoint presentation you attached.

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-43806

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.

Hi
Thanks. Can you please with ALL UNMANAGED CHARACTERS to avoid same error ?

@pcaillol,
Our development team will do their best to resolve the issue you are experiencing. We apologize for any inconvenience.

I know you are working great ! thanks.

@pcaillol,
Thank you for your feedback.

A post was split to a new topic: How to Identify a Shape or a Video in a Unique Way?

The issues you found earlier (filed as SLIDESNET-43806) have been fixed in Aspose.Slides for .NET 23.6 (ZIP, MSI).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.