I encounter this error
- Code: Select all
System.InvalidOperationException: Requested a name string that is not present in the font.
while loading the attached file with this code :
- Code: Select all
using (SpirePres.Presentation presentation = new SpirePres.Presentation())
{
presentation.LoadFromFile(inputFilePath);
}
I'm using Spire.presentation 2.7.39 installed via NuGet.
Could you please take a look at it ?
Thank you