Pdf conversion/UpdateFields failed on a document

Hi,

When trying to convert a DOCX to PDF or run UpdateFields() on this DOCX, Aspose.Words failed with the exception:
System.IndexOutOfRangeException: Index was outside the bounds of the array.

Code:

var doc = new Document(@".\test.docx");
doc.UpdateFields();
doc.Save(".\out.pdf");

It seems it only happens when a specific chart is inside the document. I’ve attached my test example for your reference. Could you please help to take a look?

test.zip (36.7 KB)

Thanks,

@ServerSide527 Thank you for reporting this problem to us. For a sake of correction it has been logged as WORDSNET-24083. We will keep you informed and let you know once it is resolved.

The issues you have found earlier (filed as WORDSNET-24083) have been fixed in this Aspose.Words for .NET 22.9 update also available on NuGet.