Exception during document save

Hi Aspose support,
We have exception on document save: “Unable to read beyond the end of the stream.” on document with ActiveX controls.
We noticed that the problem started reproduce in Aspose.Words.dll v 19.2.0 and still present on latest 19.7.0, previous versions save the document without problems.
Please see the document:AcriveXControl More.zip (60.2 KB)

Codes are simple - open document and save it:

    Document doc = new Document(inputFile, new Aspose.Words.LoadOptions() { Password = !string.IsNullOrEmpty(openPassword) ? openPassword : null });
    doc.Unprotect();

    doc.Save(outputFile, SaveFormat.Docx);

Please help with this problem.

@licenses

We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-19006. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-19006) have been fixed in this Aspose.Words for .NET 19.9 update and this Aspose.Words for Java 19.9 update.

Confirm that the problem is fixed with dll v 19.9
Thanks