Hi,
We have a document (attached) that causes an exception when accepting the revisions with an error invalid bookmark. The code that is used is:
Aspose.Words.License license = new Aspose.Words.License();
license.SetLicense("Aspose.Total.lic");
Aspose.Words.Document doc = new Aspose.Words.Document(l_tempStr);
doc.AcceptAllRevisions();
Thanks,