Hello!
I have a single page document with some texts and a table. I just try to open it, update all fields with UpdateFields() method, and finally save the document, but from the UpdateFields method execution I get an IndexOutOfRangeException. (3272)
The mentioned document is attached. Document.zip (55.7 KB)
The relevant code part is the following:
var doc = new Aspose.Words.Document(“path”);
doc.UpdateFields();
doc.Save(“path”);
Best Regards,
Kolumbán Sándor